#CD0665

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

Shades of Ruby #CD0665

Tints of Ruby #CD0665

Color information

#CD0665 (or 0xCD0665) is unknown color: approx Ruby. HEX triplet: CD, 06 and 65. RGB value is (205,6,101). Sum of RGB (Red+Green+Blue) = 205+6+101=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0665 is #32F99A. Grayscale: #4C4C4C. Windows color (decimal): -3340699 or 6620877. OLE color: 6620877.

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

Color convert

RGB2056101-
CMYK00.970.510.20
HSL331.36º94.31%41.37%-
HSV(B)331.36º97.07%80.39%-
XYZ27.5914.0513.57-
YUV76.33141.93219.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.71%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=65.71%
G=1.92%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205610100.970.510.20331.3694.3141.37
HexCD665061331414b5e29
Octal31561450141632451313651
Binary11001101110110010101100001110011101001010010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0665; }

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

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

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

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

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

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

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

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