#CAAEB9

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

Shades of Maverick #CAAEB9

Tints of Maverick #CAAEB9

Color information

#CAAEB9 (or 0xCAAEB9) is unknown color: approx Maverick. HEX triplet: CA, AE and B9. RGB value is (202,174,185). Sum of RGB (Red+Green+Blue) = 202+174+185=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB9 is #355146. Grayscale: #B7B7B7. Windows color (decimal): -3494215 or 12168906. OLE color: 12168906.

HSL color Cylindrical-coordinate representation of color #CAAEB9: hue angle of 336.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEB9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202174185-
CMYK00.140.080.21
HSL336.43º20.9%73.73%-
HSV(B)336.43º13.86%79.22%-
XYZ48.2546.3352.3-
YUV183.63128.78141.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=36.01%
G=31.02%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217418500.140.080.21336.4320.973.73
HexCAAEB90E815150154a
Octal312256271016102552025112
Binary11001010101011101011100101110100010101101010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB9; }

 p { color: rgb(202,174,185); }

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

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

 a { background-color: rgb(202,174,185); }

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

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

 span { border-color: rgb(202,174,185); }

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