#CAAEC5

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

Shades of Maverick #CAAEC5

Tints of Maverick #CAAEC5

Color information

#CAAEC5 (or 0xCAAEC5) is unknown color: approx Maverick. HEX triplet: CA, AE and C5. RGB value is (202,174,197). Sum of RGB (Red+Green+Blue) = 202+174+197=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC5 is #35513A. Grayscale: #B8B8B8. Windows color (decimal): -3494203 or 12955338. OLE color: 12955338.

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

Color convert

RGB202174197-
CMYK00.140.020.21
HSL310.71º20.9%73.73%-
HSV(B)310.71º13.86%79.22%-
XYZ49.5746.8659.26-
YUV184.99134.78140.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=35.25%
G=30.37%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419700.140.020.21310.7120.973.73
HexCAAEC50E215137154a
Octal31225630501622546725112
Binary110010101010111011000101011101010101100110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC5; }

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

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

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

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

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

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

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

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