#CAAEBB

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

Shades of Maverick #CAAEBB

Tints of Maverick #CAAEBB

Color information

#CAAEBB (or 0xCAAEBB) is unknown color: approx Maverick. HEX triplet: CA, AE and BB. RGB value is (202,174,187). Sum of RGB (Red+Green+Blue) = 202+174+187=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBB is #355144. Grayscale: #B7B7B7. Windows color (decimal): -3494213 or 12299978. OLE color: 12299978.

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

Color convert

RGB202174187-
CMYK00.140.070.21
HSL332.14º20.9%73.73%-
HSV(B)332.14º13.86%79.22%-
XYZ48.4646.4253.42-
YUV183.85129.78140.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=35.88%
G=30.91%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217418700.140.070.21332.1420.973.73
HexCAAEBB0E71514c154a
Octal31225627301672551425112
Binary1100101010101110101110110111011110101101001100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEBB; }

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

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

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

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

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

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

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

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