#CDA6BF

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

Shades of Maverick #CDA6BF

Tints of Maverick #CDA6BF

Color information

#CDA6BF (or 0xCDA6BF) is unknown color: approx Maverick. HEX triplet: CD, A6 and BF. RGB value is (205,166,191). Sum of RGB (Red+Green+Blue) = 205+166+191=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6BF is #325940. Grayscale: #B4B4B4. Windows color (decimal): -3299649 or 12560077. OLE color: 12560077.

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

Color convert

RGB205166191-
CMYK00.190.070.20
HSL321.54º28.06%72.75%-
HSV(B)321.54º19.02%80.39%-
XYZ48.2244.0155.24-
YUV180.51133.92145.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 191 (75% from 255) = 33.99%
R=36.48%
G=29.54%
B=33.99%

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
Decimal20516619100.190.070.20321.5428.0672.75
HexCDA6BF0137141421c49
Octal31524627702372450234111
Binary11001101101001101011111101001111110100101000010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6BF; }

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

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

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

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

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

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

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

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