#CAAEC4

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

Shades of Maverick #CAAEC4

Tints of Maverick #CAAEC4

Color information

#CAAEC4 (or 0xCAAEC4) is unknown color: approx Maverick. HEX triplet: CA, AE and C4. RGB value is (202,174,196). Sum of RGB (Red+Green+Blue) = 202+174+196=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC4 is #35513B. Grayscale: #B8B8B8. Windows color (decimal): -3494204 or 12889802. OLE color: 12889802.

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

Color convert

RGB202174196-
CMYK00.140.030.21
HSL312.86º20.9%73.73%-
HSV(B)312.86º13.86%79.22%-
XYZ49.4646.8158.65-
YUV184.88134.28140.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=35.31%
G=30.42%
B=34.27%

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
Decimal20217419600.140.030.21312.8620.973.73
HexCAAEC40E315139154a
Octal31225630401632547125112
Binary110010101010111011000100011101110101100111001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC4; }

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

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

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

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

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

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

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

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