#CAA9BF

Color #CAA9BF Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CAA9BF

Tints of Maverick #CAA9BF

Color information

#CAA9BF (or 0xCAA9BF) is unknown color: approx Maverick. HEX triplet: CA, A9 and BF. RGB value is (202,169,191). Sum of RGB (Red+Green+Blue) = 202+169+191=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9BF is #355640. Grayscale: #B5B5B5. Windows color (decimal): -3495489 or 12560842. OLE color: 12560842.

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

Color convert

RGB202169191-
CMYK00.160.050.21
HSL320º23.74%72.75%-
HSV(B)320º16.34%79.22%-
XYZ47.9544.6955.39-
YUV181.38133.43142.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 191 (75% from 255) = 33.99%
R=35.94%
G=30.07%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216919100.160.050.2132023.7472.75
HexCAA9BF0105151401849
Octal31225127702052550030111
Binary11001010101010011011111101000010110101101000000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9BF; }

 p { color: rgb(202,169,191); }

 H1.HeaderClassName
 {
   color: #CAA9BF;
 }
 .AnyTagClassName
 {
   color: #CAA9BF;
 }
</style>
background-color css

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

 a { background-color: rgb(202,169,191); }

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

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

 span { border-color: rgb(202,169,191); }

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