#CAAEB8

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

Shades of Maverick #CAAEB8

Tints of Maverick #CAAEB8

Color information

#CAAEB8 (or 0xCAAEB8) is unknown color: approx Maverick. HEX triplet: CA, AE and B8. RGB value is (202,174,184). Sum of RGB (Red+Green+Blue) = 202+174+184=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB8 is #355147. Grayscale: #B7B7B7. Windows color (decimal): -3494216 or 12103370. OLE color: 12103370.

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

Color convert

RGB202174184-
CMYK00.140.090.21
HSL338.57º20.9%73.73%-
HSV(B)338.57º13.86%79.22%-
XYZ48.1446.2951.74-
YUV183.51128.28141.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=36.07%
G=31.07%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217418400.140.090.21338.5720.973.73
HexCAAEB80E915153154a
Octal312256270016112552325112
Binary11001010101011101011100001110100110101101010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB8; }

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

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

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

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

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

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

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

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