Html Css Color HEX #CAA6C0 Maverick

📋 copy color: '#CAA6C0'

red 202 ◦ green 166 ◦ blue 192

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

Shades of Maverick #CAA6C0

Tints of Maverick #CAA6C0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.64%

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 36.07%
G = 29.64%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CAA6C0 (or 0xCAA6C0) is known color: Maverick. HEX triplet: CA, A6 and C0. RGB value is (202,166,192). Sum of RGB (Red+Green+Blue) = 202+166+192=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C0 is #35593F. Grayscale: #B3B3B3. Windows color (decimal): -3496256 or 12625610. OLE color: 12625610.

HSL color Cylindrical-coordinate representation of color #CAA6C0: hue angle of 316.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6C0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 192 -
CMYK 0 0.18 0.05 0.21
HSL 316.67º 0.25% 0.72% -
HSV(B) 316.67º 0.18% 0.79% -
XYZ 47.51 43.63 55.79 -
YUV 179.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 202 166 192 0 0.18 0.05 0.21 316.67 0.25 0.72
Hex CA A6 C0 0 12 5 15 13D 19 48
Octal 312 246 300 0 22 5 25 475 31 110
Binary 11001010 10100110 11000000 0 10010 101 10101 100111101 11001 1001000

Color Harmonies of #CAA6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6C0

Black with #CAA6C0

Text Example


Text Example

White with #CAA6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6C0; }

 p { color: rgb(202,166,192); }

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

background-color css

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

 a { background-color: rgb(202,166,192); }

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

border-color css

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

 span { border-color: rgb(202,166,192); }

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