Html Css Color HEX #CCAAC5 Maverick

📋 copy color: '#CCAAC5'

red 204 ◦ green 170 ◦ blue 197

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

Shades of Maverick #CCAAC5

Tints of Maverick #CCAAC5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.77%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 35.73%
G = 29.77%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCAAC5 (or 0xCCAAC5) is known color: Maverick. HEX triplet: CC, AA and C5. RGB value is (204,170,197). Sum of RGB (Red+Green+Blue) = 204+170+197=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC5 is #33553A. Grayscale: #B7B7B7. Windows color (decimal): -3364155 or 12954316. OLE color: 12954316.

HSL color Cylindrical-coordinate representation of color #CCAAC5: hue angle of 312.35º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAC5 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 197 -
CMYK 0 0.17 0.03 0.2
HSL 312.35º 0.25% 0.73% -
HSV(B) 312.35º 0.17% 0.8% -
XYZ 49.35 45.62 59.03 -
YUV 183.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 204 170 197 0 0.17 0.03 0.2 312.35 0.25 0.73
Hex CC AA C5 0 11 3 14 138 19 49
Octal 314 252 305 0 21 3 24 470 31 111
Binary 11001100 10101010 11000101 0 10001 11 10100 100111000 11001 1001001

Color Harmonies of #CCAAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAC5

Black with #CCAAC5

Text Example


Text Example

White with #CCAAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAC5; }

 p { color: rgb(204,170,197); }

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

background-color css

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

 a { background-color: rgb(204,170,197); }

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

border-color css

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

 span { border-color: rgb(204,170,197); }

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