#CDA7BD

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

Shades of Maverick #CDA7BD

Tints of Maverick #CDA7BD

Color information

#CDA7BD (or 0xCDA7BD) is unknown color: approx Maverick. HEX triplet: CD, A7 and BD. RGB value is (205,167,189). Sum of RGB (Red+Green+Blue) = 205+167+189=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7BD is #325842. Grayscale: #B4B4B4. Windows color (decimal): -3299395 or 12429261. OLE color: 12429261.

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

Color convert

RGB205167189-
CMYK00.190.080.20
HSL325.26º27.54%72.94%-
HSV(B)325.26º18.54%80.39%-
XYZ48.1844.2954.15-
YUV180.87132.59145.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=36.54%
G=29.77%
B=33.69%

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
Decimal20516718900.190.080.20325.2627.5472.94
HexCDA7BD0138141451c49
Octal315247275023102450534111
Binary110011011010011110111101010011100010100101000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7BD; }

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

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

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

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

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

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

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

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