#CAAEBE

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

Shades of Maverick #CAAEBE

Tints of Maverick #CAAEBE

Color information

#CAAEBE (or 0xCAAEBE) is unknown color: approx Maverick. HEX triplet: CA, AE and BE. RGB value is (202,174,190). Sum of RGB (Red+Green+Blue) = 202+174+190=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBE is #355141. Grayscale: #B8B8B8. Windows color (decimal): -3494210 or 12496586. OLE color: 12496586.

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

Color convert

RGB202174190-
CMYK00.140.060.21
HSL325.71º20.9%73.73%-
HSV(B)325.71º13.86%79.22%-
XYZ48.7946.5555.13-
YUV184.2131.28140.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=35.69%
G=30.74%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419000.140.060.21325.7120.973.73
HexCAAEBE0E615146154a
Octal31225627601662550625112
Binary1100101010101110101111100111011010101101000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEBE; }

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

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

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

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

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

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

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

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