#CDA8BB

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

Shades of Maverick #CDA8BB

Tints of Maverick #CDA8BB

Color information

#CDA8BB (or 0xCDA8BB) is unknown color: approx Maverick. HEX triplet: CD, A8 and BB. RGB value is (205,168,187). Sum of RGB (Red+Green+Blue) = 205+168+187=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8BB is #325744. Grayscale: #B5B5B5. Windows color (decimal): -3299141 or 12298445. OLE color: 12298445.

HSL color Cylindrical-coordinate representation of color #CDA8BB: hue angle of 329.19º 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 #CDA8BB is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205168187-
CMYK00.180.090.20
HSL329.19º27.01%73.14%-
HSV(B)329.19º18.05%80.39%-
XYZ48.1544.5753.08-
YUV181.23131.26144.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=36.61%
G=30%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516818700.180.090.20329.1927.0173.14
HexCDA8BB0129141491b49
Octal315250273022112451133111
Binary110011011010100010111011010010100110100101001001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8BB; }

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

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

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

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

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

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

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

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