#CDA9BB

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

Shades of Maverick #CDA9BB

Tints of Maverick #CDA9BB

Color information

#CDA9BB (or 0xCDA9BB) is unknown color: approx Maverick. HEX triplet: CD, A9 and BB. RGB value is (205,169,187). Sum of RGB (Red+Green+Blue) = 205+169+187=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9BB is #325644. Grayscale: #B5B5B5. Windows color (decimal): -3298885 or 12298701. OLE color: 12298701.

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

Color convert

RGB205169187-
CMYK00.180.090.20
HSL330º26.47%73.33%-
HSV(B)330º17.56%80.39%-
XYZ48.3344.9453.14-
YUV181.82130.93144.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=36.54%
G=30.12%
B=33.33%

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
Decimal20516918700.180.090.2033026.4773.33
HexCDA9BB01291414a1a49
Octal315251273022112451232111
Binary110011011010100110111011010010100110100101001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9BB; }

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

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

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

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

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

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

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

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