#CDA0C1

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

Shades of Maverick #CDA0C1

Tints of Maverick #CDA0C1

Color information

#CDA0C1 (or 0xCDA0C1) is unknown color: approx Maverick. HEX triplet: CD, A0 and C1. RGB value is (205,160,193). Sum of RGB (Red+Green+Blue) = 205+160+193=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C1 is #325F3E. Grayscale: #B1B1B1. Windows color (decimal): -3301183 or 12689613. OLE color: 12689613.

HSL color Cylindrical-coordinate representation of color #CDA0C1: hue angle of 316º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0C1 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205160193-
CMYK00.220.060.20
HSL316º31.03%71.57%-
HSV(B)316º21.95%80.39%-
XYZ47.3741.9756.06-
YUV177.22136.91147.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=36.74%
G=28.67%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516019300.220.060.2031631.0371.57
HexCDA0C101661413c1f48
Octal31524030102662447437110
Binary11001101101000001100000101011011010100100111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0C1; }

 p { color: rgb(205,160,193); }

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

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

 a { background-color: rgb(205,160,193); }

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

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

 span { border-color: rgb(205,160,193); }

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