#CDA5BF

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

Shades of Maverick #CDA5BF

Tints of Maverick #CDA5BF

Color information

#CDA5BF (or 0xCDA5BF) is unknown color: approx Maverick. HEX triplet: CD, A5 and BF. RGB value is (205,165,191). Sum of RGB (Red+Green+Blue) = 205+165+191=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5BF is #325A40. Grayscale: #B3B3B3. Windows color (decimal): -3299905 or 12559821. OLE color: 12559821.

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

Color convert

RGB205165191-
CMYK00.200.070.20
HSL321º28.57%72.55%-
HSV(B)321º19.51%80.39%-
XYZ48.0443.6555.18-
YUV179.92134.25145.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 191 (75% from 255) = 34.05%
R=36.54%
G=29.41%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516519100.200.070.2032128.5772.55
HexCDA5BF0147141411d49
Octal31524527702472450135111
Binary11001101101001011011111101010011110100101000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5BF; }

 p { color: rgb(205,165,191); }

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

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

 a { background-color: rgb(205,165,191); }

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

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

 span { border-color: rgb(205,165,191); }

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