Html Css Color HEX #CD0B57 Ruby

📋 copy color: '#CD0B57'

red 205 ◦ green 11 ◦ blue 87

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

Shades of Ruby #CD0B57

Tints of Ruby #CD0B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 67.66%
G = 3.63%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD0B57 (or 0xCD0B57) is known color: Ruby. HEX triplet: CD, 0B and 57. RGB value is (205,11,87). Sum of RGB (Red+Green+Blue) = 205+11+87=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B57 is #32F4A8. Grayscale: #4D4D4D. Windows color (decimal): -3339433 or 5704653. OLE color: 5704653.

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

Color convert

RGB 205 11 87 -
CMYK 0 0.95 0.58 0.20
HSL 336.49º 0.9% 0.42% -
HSV(B) 336.49º 0.95% 0.8% -
XYZ 27.02 13.91 10.28 -
YUV 77.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 205 11 87 0 0.95 0.58 0.20 336.49 0.9 0.42
Hex CD B 57 0 5F 3A 14 150 5A 2A
Octal 315 13 127 0 137 72 24 520 132 52
Binary 11001101 1011 1010111 0 1011111 111010 10100 101010000 1011010 101010

Color Harmonies of #CD0B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0B57

Black with #CD0B57

Text Example


Text Example

White with #CD0B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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