#CDA8BD

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

Shades of Maverick #CDA8BD

Tints of Maverick #CDA8BD

Color information

#CDA8BD (or 0xCDA8BD) is unknown color: approx Maverick. HEX triplet: CD, A8 and BD. RGB value is (205,168,189). Sum of RGB (Red+Green+Blue) = 205+168+189=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8BD is #325742. Grayscale: #B5B5B5. Windows color (decimal): -3299139 or 12429517. OLE color: 12429517.

HSL color Cylindrical-coordinate representation of color #CDA8BD: hue angle of 325.95º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8BD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205168189-
CMYK00.180.080.20
HSL325.95º27.01%73.14%-
HSV(B)325.95º18.05%80.39%-
XYZ48.3644.6654.21-
YUV181.46132.26144.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=36.48%
G=29.89%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516818900.180.080.20325.9527.0173.14
HexCDA8BD0128141461b49
Octal315250275022102450633111
Binary110011011010100010111101010010100010100101000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8BD; }

 p { color: rgb(205,168,189); }

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

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

 a { background-color: rgb(205,168,189); }

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

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

 span { border-color: rgb(205,168,189); }

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