#CDAABA

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

Shades of Maverick #CDAABA

Tints of Maverick #CDAABA

Color information

#CDAABA (or 0xCDAABA) is unknown color: approx Maverick. HEX triplet: CD, AA and BA. RGB value is (205,170,186). Sum of RGB (Red+Green+Blue) = 205+170+186=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAABA is #325545. Grayscale: #B6B6B6. Windows color (decimal): -3298630 or 12233421. OLE color: 12233421.

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

Color convert

RGB205170186-
CMYK00.170.090.20
HSL332.57º25.93%73.53%-
HSV(B)332.57º17.07%80.39%-
XYZ48.4145.2752.64-
YUV182.29130.1144.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=36.54%
G=30.30%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517018600.170.090.20332.5725.9373.53
HexCDAABA01191414d1a4a
Octal315252272021112451532112
Binary110011011010101010111010010001100110100101001101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAABA; }

 p { color: rgb(205,170,186); }

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

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

 a { background-color: rgb(205,170,186); }

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

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

 span { border-color: rgb(205,170,186); }

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