#CAAEC2

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

Shades of Maverick #CAAEC2

Tints of Maverick #CAAEC2

Color information

#CAAEC2 (or 0xCAAEC2) is unknown color: approx Maverick. HEX triplet: CA, AE and C2. RGB value is (202,174,194). Sum of RGB (Red+Green+Blue) = 202+174+194=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC2 is #35513D. Grayscale: #B8B8B8. Windows color (decimal): -3494206 or 12758730. OLE color: 12758730.

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

Color convert

RGB202174194-
CMYK00.140.040.21
HSL317.14º20.9%73.73%-
HSV(B)317.14º13.86%79.22%-
XYZ49.2346.7257.46-
YUV184.65133.28140.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=35.44%
G=30.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419400.140.040.21317.1420.973.73
HexCAAEC20E41513d154a
Octal31225630201642547525112
Binary1100101010101110110000100111010010101100111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC2; }

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

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

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

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

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

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

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

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