#CD0969

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

Shades of Ruby #CD0969

Tints of Ruby #CD0969

Color information

#CD0969 (or 0xCD0969) is unknown color: approx Ruby. HEX triplet: CD, 09 and 69. RGB value is (205,9,105). Sum of RGB (Red+Green+Blue) = 205+9+105=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0969 is #32F696. Grayscale: #4E4E4E. Windows color (decimal): -3339927 or 6883789. OLE color: 6883789.

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

Color convert

RGB2059105-
CMYK00.960.490.20
HSL330.61º91.59%41.96%-
HSV(B)330.61º95.61%80.39%-
XYZ27.8214.1914.64-
YUV78.55142.93218.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.26%
GREEN value IS 9 (3.91% from 255) = 2.82%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=64.26%
G=2.82%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205910500.960.490.20330.6191.5941.96
HexCD969060311414b5c2a
Octal315111510140612451313452
Binary110011011001110100101100000110001101001010010111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0969; }

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

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

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

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

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

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

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

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