#CDA9BD

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

Shades of Maverick #CDA9BD

Tints of Maverick #CDA9BD

Color information

#CDA9BD (or 0xCDA9BD) is unknown color: approx Maverick. HEX triplet: CD, A9 and BD. RGB value is (205,169,189). Sum of RGB (Red+Green+Blue) = 205+169+189=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9BD is #325642. Grayscale: #B5B5B5. Windows color (decimal): -3298883 or 12429773. OLE color: 12429773.

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

Color convert

RGB205169189-
CMYK00.180.080.20
HSL326.67º26.47%73.33%-
HSV(B)326.67º17.56%80.39%-
XYZ48.5545.0354.28-
YUV182.04131.93144.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=36.41%
G=30.02%
B=33.57%

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
Decimal20516918900.180.080.20326.6726.4773.33
HexCDA9BD0128141471a49
Octal315251275022102450732111
Binary110011011010100110111101010010100010100101000111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9BD; }

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

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

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

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

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

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

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

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