Html Css Color HEX #CD0B60 Ruby

📋 copy color: '#CD0B60'

red 205 ◦ green 11 ◦ blue 96

#CD0B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CD0B60

Tints of Ruby #CD0B60

RGB

 RED value IS 205 (80.47% from 255) = 65.71%

 GREEN value IS 11 (4.69% from 255) = 3.53%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 65.71%
G = 3.53%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD0B60 (or 0xCD0B60) is known color: Ruby. HEX triplet: CD, 0B and 60. RGB value is (205,11,96). Sum of RGB (Red+Green+Blue) = 205+11+96=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B60 is #32F49F. Grayscale: #4E4E4E. Windows color (decimal): -3339424 or 6294477. OLE color: 6294477.

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

Color convert

RGB 205 11 96 -
CMYK 0 0.95 0.53 0.20
HSL 333.71º 0.9% 0.42% -
HSV(B) 333.71º 0.95% 0.8% -
XYZ 27.41 14.06 12.34 -
YUV 78.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 205 11 96 0 0.95 0.53 0.20 333.71 0.9 0.42
Hex CD B 60 0 5F 35 14 14E 5A 2A
Octal 315 13 140 0 137 65 24 516 132 52
Binary 11001101 1011 1100000 0 1011111 110101 10100 101001110 1011010 101010

Color Harmonies of #CD0B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0B60

Black with #CD0B60

Text Example


Text Example

White with #CD0B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0B60; }

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

 H1.HeaderClassName
 {
   color: #CD0B60;
 }
 .AnyTagClassName
 {
   color: #CD0B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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