Html Css Color HEX #CCA4C2 Maverick

📋 copy color: '#CCA4C2'

red 204 ◦ green 164 ◦ blue 194

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

Shades of Maverick #CCA4C2

Tints of Maverick #CCA4C2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.18%

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 36.3%
G = 29.18%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCA4C2 (or 0xCCA4C2) is known color: Maverick. HEX triplet: CC, A4 and C2. RGB value is (204,164,194). Sum of RGB (Red+Green+Blue) = 204+164+194=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C2 is #335B3D. Grayscale: #B3B3B3. Windows color (decimal): -3365694 or 12756172. OLE color: 12756172.

HSL color Cylindrical-coordinate representation of color #CCA4C2: hue angle of 315º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4C2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 194 -
CMYK 0 0.20 0.05 0.2
HSL 315º 0.28% 0.72% -
HSV(B) 315º 0.2% 0.8% -
XYZ 47.91 43.28 56.87 -
YUV 179.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 204 164 194 0 0.20 0.05 0.2 315 0.28 0.72
Hex CC A4 C2 0 14 5 14 13B 1C 48
Octal 314 244 302 0 24 5 24 473 34 110
Binary 11001100 10100100 11000010 0 10100 101 10100 100111011 11100 1001000

Color Harmonies of #CCA4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4C2

Black with #CCA4C2

Text Example


Text Example

White with #CCA4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4C2; }

 p { color: rgb(204,164,194); }

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

background-color css

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

 a { background-color: rgb(204,164,194); }

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

border-color css

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

 span { border-color: rgb(204,164,194); }

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