#CAABBE

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

Shades of Maverick #CAABBE

Tints of Maverick #CAABBE

Color information

#CAABBE (or 0xCAABBE) is unknown color: approx Maverick. HEX triplet: CA, AB and BE. RGB value is (202,171,190). Sum of RGB (Red+Green+Blue) = 202+171+190=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABBE is #355441. Grayscale: #B6B6B6. Windows color (decimal): -3494978 or 12495818. OLE color: 12495818.

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

Color convert

RGB202171190-
CMYK00.150.060.21
HSL323.23º22.63%73.14%-
HSV(B)323.23º15.35%79.22%-
XYZ48.2145.454.94-
YUV182.43132.27141.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=35.88%
G=30.37%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217119000.150.060.21323.2322.6373.14
HexCAABBE0F6151431749
Octal31225327601762550327111
Binary1100101010101011101111100111111010101101000011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABBE; }

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

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

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

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

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

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

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

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