#CAAEBF

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

Shades of Maverick #CAAEBF

Tints of Maverick #CAAEBF

Color information

#CAAEBF (or 0xCAAEBF) is unknown color: approx Maverick. HEX triplet: CA, AE and BF. RGB value is (202,174,191). Sum of RGB (Red+Green+Blue) = 202+174+191=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBF is #355140. Grayscale: #B8B8B8. Windows color (decimal): -3494209 or 12562122. OLE color: 12562122.

HSL color Cylindrical-coordinate representation of color #CAAEBF: hue angle of 323.57º 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 #CAAEBF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202174191-
CMYK00.140.050.21
HSL323.57º20.9%73.73%-
HSV(B)323.57º13.86%79.22%-
XYZ48.946.5955.71-
YUV184.31131.78140.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 191 (75% from 255) = 33.69%
R=35.63%
G=30.69%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419100.140.050.21323.5720.973.73
HexCAAEBF0E515144154a
Octal31225627701652550425112
Binary1100101010101110101111110111010110101101000100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEBF; }

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

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

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

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

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

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

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

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