Html Css Color HEX #CAACC5 Maverick

📋 copy color: '#CAACC5'

red 202 ◦ green 172 ◦ blue 197

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

Shades of Maverick #CAACC5

Tints of Maverick #CAACC5

RGB

 RED value IS 202 (79.3% from 255) = 35.38%

 GREEN value IS 172 (67.58% from 255) = 30.12%

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

R = 35.38%
G = 30.12%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAACC5 (or 0xCAACC5) is known color: Maverick. HEX triplet: CA, AC and C5. RGB value is (202,172,197). Sum of RGB (Red+Green+Blue) = 202+172+197=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC5 is #35533A. Grayscale: #B7B7B7. Windows color (decimal): -3494715 or 12954826. OLE color: 12954826.

HSL color Cylindrical-coordinate representation of color #CAACC5: hue angle of 310º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACC5 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 197 -
CMYK 0 0.15 0.02 0.21
HSL 310º 0.22% 0.73% -
HSV(B) 310º 0.15% 0.79% -
XYZ 49.19 46.09 59.13 -
YUV 183.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 202 172 197 0 0.15 0.02 0.21 310 0.22 0.73
Hex CA AC C5 0 F 2 15 136 16 49
Octal 312 254 305 0 17 2 25 466 26 111
Binary 11001010 10101100 11000101 0 1111 10 10101 100110110 10110 1001001

Color Harmonies of #CAACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACC5

Black with #CAACC5

Text Example


Text Example

White with #CAACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACC5; }

 p { color: rgb(202,172,197); }

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

background-color css

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

 a { background-color: rgb(202,172,197); }

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

border-color css

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

 span { border-color: rgb(202,172,197); }

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