#CDA9BA

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

Shades of Maverick #CDA9BA

Tints of Maverick #CDA9BA

Color information

#CDA9BA (or 0xCDA9BA) is unknown color: approx Maverick. HEX triplet: CD, A9 and BA. RGB value is (205,169,186). Sum of RGB (Red+Green+Blue) = 205+169+186=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9BA is #325645. Grayscale: #B5B5B5. Windows color (decimal): -3298886 or 12233165. OLE color: 12233165.

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

Color convert

RGB205169186-
CMYK00.180.090.20
HSL331.67º26.47%73.33%-
HSV(B)331.67º17.56%80.39%-
XYZ48.2344.952.58-
YUV181.7130.43144.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=36.61%
G=30.18%
B=33.21%

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
Decimal20516918600.180.090.20331.6726.4773.33
HexCDA9BA01291414c1a49
Octal315251272022112451432111
Binary110011011010100110111010010010100110100101001100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9BA; }

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

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

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

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

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

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

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

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