#CAA8BF

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

Shades of Maverick #CAA8BF

Tints of Maverick #CAA8BF

Color information

#CAA8BF (or 0xCAA8BF) is unknown color: approx Maverick. HEX triplet: CA, A8 and BF. RGB value is (202,168,191). Sum of RGB (Red+Green+Blue) = 202+168+191=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BF is #355740. Grayscale: #B4B4B4. Windows color (decimal): -3495745 or 12560586. OLE color: 12560586.

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

Color convert

RGB202168191-
CMYK00.170.050.21
HSL319.41º24.29%72.55%-
HSV(B)319.41º16.83%79.22%-
XYZ47.7644.3255.33-
YUV180.79133.76143.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 191 (75% from 255) = 34.05%
R=36.01%
G=29.95%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216819100.170.050.21319.4124.2972.55
HexCAA8BF01151513f1849
Octal31225027702152547730111
Binary11001010101010001011111101000110110101100111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8BF; }

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

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

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

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

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

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

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

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