#CD0E69

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

Shades of Ruby #CD0E69

Tints of Ruby #CD0E69

Color information

#CD0E69 (or 0xCD0E69) is unknown color: approx Ruby. HEX triplet: CD, 0E and 69. RGB value is (205,14,105). Sum of RGB (Red+Green+Blue) = 205+14+105=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0E69 is #32F196. Grayscale: #515151. Windows color (decimal): -3338647 or 6885069. OLE color: 6885069.

HSL color Cylindrical-coordinate representation of color #CD0E69: hue angle of 331.41º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0E69 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB20514105-
CMYK00.930.490.20
HSL331.41º87.21%42.94%-
HSV(B)331.41º93.17%80.39%-
XYZ27.8814.3114.66-
YUV81.48141.28216.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.27%
GREEN value IS 14 (5.86% from 255) = 4.32%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=63.27%
G=4.32%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051410500.930.490.20331.4187.2142.94
HexCDE6905D311414b572b
Octal315161510135612451312753
Binary110011011110110100101011101110001101001010010111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E69; }

 p { color: rgb(205,14,105); }

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

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

 a { background-color: rgb(205,14,105); }

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

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

 span { border-color: rgb(205,14,105); }

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