Html Css Color HEX #CCADC4 Maverick

📋 copy color: '#CCADC4'

red 204 ◦ green 173 ◦ blue 196

#CCADC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CCADC4

Tints of Maverick #CCADC4

RGB

 RED value IS 204 (80.08% from 255) = 35.6%

 GREEN value IS 173 (67.97% from 255) = 30.19%

 BLUE value IS 196 (76.95% from 255) = 34.21%

R = 35.6%
G = 30.19%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCADC4 (or 0xCCADC4) is known color: Maverick. HEX triplet: CC, AD and C4. RGB value is (204,173,196). Sum of RGB (Red+Green+Blue) = 204+173+196=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADC4 is #33523B. Grayscale: #B8B8B8. Windows color (decimal): -3363388 or 12889548. OLE color: 12889548.

HSL color Cylindrical-coordinate representation of color #CCADC4: hue angle of 315.48º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADC4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 196 -
CMYK 0 0.15 0.04 0.2
HSL 315.48º 0.23% 0.74% -
HSV(B) 315.48º 0.15% 0.8% -
XYZ 49.81 46.71 58.62 -
YUV 184.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 204 173 196 0 0.15 0.04 0.2 315.48 0.23 0.74
Hex CC AD C4 0 F 4 14 13B 17 4A
Octal 314 255 304 0 17 4 24 473 27 112
Binary 11001100 10101101 11000100 0 1111 100 10100 100111011 10111 1001010

Color Harmonies of #CCADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADC4

Black with #CCADC4

Text Example


Text Example

White with #CCADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADC4; }

 p { color: rgb(204,173,196); }

 H1.HeaderClassName
 {
   color: #CCADC4;
 }
 .AnyTagClassName
 {
   color: #CCADC4;
 }
</style>

background-color css

<style>
 a { background-color: #CCADC4; }

 a { background-color: rgb(204,173,196); }

 div.DivClassName
 {
   background-color: #CCADC4;
 }
 .BgClassName
 {
   background-color: #CCADC4;
 }
</style>

border-color css

<style>
 span { border-color: #CCADC4; }

 span { border-color: rgb(204,173,196); }

 td.TdClassName
 {
   border-color: #CCADC4;
 }
 .TagClassName
 {
   border-color: #CCADC4;
 }
</style>