#CDAEC0

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

Shades of Maverick #CDAEC0

Tints of Maverick #CDAEC0

Color information

#CDAEC0 (or 0xCDAEC0) is unknown color: approx Maverick. HEX triplet: CD, AE and C0. RGB value is (205,174,192). Sum of RGB (Red+Green+Blue) = 205+174+192=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEC0 is #32513F. Grayscale: #B9B9B9. Windows color (decimal): -3297600 or 12627661. OLE color: 12627661.

HSL color Cylindrical-coordinate representation of color #CDAEC0: hue angle of 325.16º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAEC0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205174192-
CMYK00.150.060.20
HSL325.16º23.66%74.31%-
HSV(B)325.16º15.12%80.39%-
XYZ49.8347.0656.33-
YUV185.32131.77142.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=35.90%
G=30.47%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517419200.150.060.20325.1623.6674.31
HexCDAEC00F614145184a
Octal31525630001762450530112
Binary1100110110101110110000000111111010100101000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEC0; }

 p { color: rgb(205,174,192); }

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

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

 a { background-color: rgb(205,174,192); }

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

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

 span { border-color: rgb(205,174,192); }

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