#CAA8BE

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

Shades of Maverick #CAA8BE

Tints of Maverick #CAA8BE

Color information

#CAA8BE (or 0xCAA8BE) is unknown color: approx Maverick. HEX triplet: CA, A8 and BE. RGB value is (202,168,190). Sum of RGB (Red+Green+Blue) = 202+168+190=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BE is #355741. Grayscale: #B4B4B4. Windows color (decimal): -3495746 or 12495050. OLE color: 12495050.

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

Color convert

RGB202168190-
CMYK00.170.060.21
HSL321.18º24.29%72.55%-
HSV(B)321.18º16.83%79.22%-
XYZ47.6544.2854.75-
YUV180.67133.26143.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=36.07%
G=30%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216819000.170.060.21321.1824.2972.55
HexCAA8BE0116151411849
Octal31225027602162550130111
Binary11001010101010001011111001000111010101101000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8BE; }

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

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

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

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

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

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

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

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