#CDA7BF

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

Shades of Maverick #CDA7BF

Tints of Maverick #CDA7BF

Color information

#CDA7BF (or 0xCDA7BF) is unknown color: approx Maverick. HEX triplet: CD, A7 and BF. RGB value is (205,167,191). Sum of RGB (Red+Green+Blue) = 205+167+191=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7BF is #325840. Grayscale: #B5B5B5. Windows color (decimal): -3299393 or 12560333. OLE color: 12560333.

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

Color convert

RGB205167191-
CMYK00.190.070.20
HSL322.11º27.54%72.94%-
HSV(B)322.11º18.54%80.39%-
XYZ48.444.3855.31-
YUV181.1133.59145.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 191 (75% from 255) = 33.93%
R=36.41%
G=29.66%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516719100.190.070.20322.1127.5472.94
HexCDA7BF0137141421c49
Octal31524727702372450234111
Binary11001101101001111011111101001111110100101000010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7BF; }

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

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

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

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

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

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

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

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