#CAAEBD

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

Shades of Maverick #CAAEBD

Tints of Maverick #CAAEBD

Color information

#CAAEBD (or 0xCAAEBD) is unknown color: approx Maverick. HEX triplet: CA, AE and BD. RGB value is (202,174,189). Sum of RGB (Red+Green+Blue) = 202+174+189=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBD is #355142. Grayscale: #B8B8B8. Windows color (decimal): -3494211 or 12431050. OLE color: 12431050.

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

Color convert

RGB202174189-
CMYK00.140.060.21
HSL327.86º20.9%73.73%-
HSV(B)327.86º13.86%79.22%-
XYZ48.6846.554.55-
YUV184.08130.78140.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=35.75%
G=30.80%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217418900.140.060.21327.8620.973.73
HexCAAEBD0E615148154a
Octal31225627501662551025112
Binary1100101010101110101111010111011010101101001000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEBD; }

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

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

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

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

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

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

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

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