#CDA6BD

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

Shades of Maverick #CDA6BD

Tints of Maverick #CDA6BD

Color information

#CDA6BD (or 0xCDA6BD) is unknown color: approx Maverick. HEX triplet: CD, A6 and BD. RGB value is (205,166,189). Sum of RGB (Red+Green+Blue) = 205+166+189=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6BD is #325942. Grayscale: #B4B4B4. Windows color (decimal): -3299651 or 12429005. OLE color: 12429005.

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

Color convert

RGB205166189-
CMYK00.190.080.20
HSL324.62º28.06%72.75%-
HSV(B)324.62º19.02%80.39%-
XYZ4843.9354.09-
YUV180.28132.92145.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=36.61%
G=29.64%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516618900.190.080.20324.6228.0672.75
HexCDA6BD0138141451c49
Octal315246275023102450534111
Binary110011011010011010111101010011100010100101000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6BD; }

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

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

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

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

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

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

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

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