#CD066E

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

Shades of Ruby #CD066E

Tints of Ruby #CD066E

Color information

#CD066E (or 0xCD066E) is unknown color: approx Ruby. HEX triplet: CD, 06 and 6E. RGB value is (205,6,110). Sum of RGB (Red+Green+Blue) = 205+6+110=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD066E is #32F991. Grayscale: #4D4D4D. Windows color (decimal): -3340690 or 7210701. OLE color: 7210701.

HSL color Cylindrical-coordinate representation of color #CD066E: hue angle of 328.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD066E is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB2056110-
CMYK00.970.460.20
HSL328.64º94.31%41.37%-
HSV(B)328.64º97.07%80.39%-
XYZ28.0614.2416.02-
YUV77.36146.43219.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.86%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=63.86%
G=1.87%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205611000.970.460.20328.6494.3141.37
HexCD66E0612E141495e29
Octal31561560141562451113651
Binary11001101110110111001100001101110101001010010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD066E; }

 p { color: rgb(205,6,110); }

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

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

 a { background-color: rgb(205,6,110); }

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

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

 span { border-color: rgb(205,6,110); }

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