#CDABB9

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

Shades of Maverick #CDABB9

Tints of Maverick #CDABB9

Color information

#CDABB9 (or 0xCDABB9) is unknown color: approx Maverick. HEX triplet: CD, AB and B9. RGB value is (205,171,185). Sum of RGB (Red+Green+Blue) = 205+171+185=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB9 is #325446. Grayscale: #B6B6B6. Windows color (decimal): -3298375 or 12168141. OLE color: 12168141.

HSL color Cylindrical-coordinate representation of color #CDABB9: hue angle of 335.29º degrees, saturation: 0.25, 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 #CDABB9 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205171185-
CMYK00.170.100.20
HSL335.29º25.37%73.73%-
HSV(B)335.29º16.59%80.39%-
XYZ48.545.6152.15-
YUV182.76129.26143.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=36.54%
G=30.48%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517118500.170.100.20335.2925.3773.73
HexCDABB9011A1414f194a
Octal315253271021122451731112
Binary110011011010101110111001010001101010100101001111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABB9; }

 p { color: rgb(205,171,185); }

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

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

 a { background-color: rgb(205,171,185); }

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

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

 span { border-color: rgb(205,171,185); }

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