#CAAEBA

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

Shades of Maverick #CAAEBA

Tints of Maverick #CAAEBA

Color information

#CAAEBA (or 0xCAAEBA) is unknown color: approx Maverick. HEX triplet: CA, AE and BA. RGB value is (202,174,186). Sum of RGB (Red+Green+Blue) = 202+174+186=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBA is #355145. Grayscale: #B7B7B7. Windows color (decimal): -3494214 or 12234442. OLE color: 12234442.

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

Color convert

RGB202174186-
CMYK00.140.080.21
HSL334.29º20.9%73.73%-
HSV(B)334.29º13.86%79.22%-
XYZ48.3646.3752.86-
YUV183.74129.28141.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=35.94%
G=30.96%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217418600.140.080.21334.2920.973.73
HexCAAEBA0E81514e154a
Octal312256272016102551625112
Binary11001010101011101011101001110100010101101001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEBA; }

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

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

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

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

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

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

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

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