#CAAEC3

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

Shades of Maverick #CAAEC3

Tints of Maverick #CAAEC3

Color information

#CAAEC3 (or 0xCAAEC3) is unknown color: approx Maverick. HEX triplet: CA, AE and C3. RGB value is (202,174,195). Sum of RGB (Red+Green+Blue) = 202+174+195=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC3 is #35513C. Grayscale: #B8B8B8. Windows color (decimal): -3494205 or 12824266. OLE color: 12824266.

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

Color convert

RGB202174195-
CMYK00.140.030.21
HSL315º20.9%73.73%-
HSV(B)315º13.86%79.22%-
XYZ49.3446.7758.06-
YUV184.77133.78140.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=35.38%
G=30.47%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419500.140.030.2131520.973.73
HexCAAEC30E31513b154a
Octal31225630301632547325112
Binary110010101010111011000011011101110101100111011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC3; }

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

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

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

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

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

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

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

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