#CD0B6D

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

Shades of Ruby #CD0B6D

Tints of Ruby #CD0B6D

Color information

#CD0B6D (or 0xCD0B6D) is unknown color: approx Ruby. HEX triplet: CD, 0B and 6D. RGB value is (205,11,109). Sum of RGB (Red+Green+Blue) = 205+11+109=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B6D is #32F492. Grayscale: #4F4F4F. Windows color (decimal): -3339411 or 7146445. OLE color: 7146445.

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

Color convert

RGB20511109-
CMYK00.950.470.20
HSL329.69º89.81%42.35%-
HSV(B)329.69º94.63%80.39%-
XYZ28.0614.3215.75-
YUV80.18144.27217.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.08%
GREEN value IS 11 (4.69% from 255) = 3.38%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=63.08%
G=3.38%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051110900.950.470.20329.6989.8142.35
HexCDB6D05F2F1414a5a2a
Octal315131550137572451213252
Binary110011011011110110101011111101111101001010010101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0B6D; }

 p { color: rgb(205,11,109); }

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

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

 a { background-color: rgb(205,11,109); }

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

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

 span { border-color: rgb(205,11,109); }

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