Html Css Color HEX #CD0B53 Ruby

📋 copy color: '#CD0B53'

red 205 ◦ green 11 ◦ blue 83

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

Shades of Ruby #CD0B53

Tints of Ruby #CD0B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 68.56%
G = 3.68%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD0B53 (or 0xCD0B53) is known color: Ruby. HEX triplet: CD, 0B and 53. RGB value is (205,11,83). Sum of RGB (Red+Green+Blue) = 205+11+83=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B53 is #32F4AC. Grayscale: #4D4D4D. Windows color (decimal): -3339437 or 5442509. OLE color: 5442509.

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

Color convert

RGB 205 11 83 -
CMYK 0 0.95 0.60 0.20
HSL 337.73º 0.9% 0.42% -
HSV(B) 337.73º 0.95% 0.8% -
XYZ 26.86 13.84 9.44 -
YUV 77.21 131.27 219.15 -
System Red Green Blue C M Y K H S L
Decimal 205 11 83 0 0.95 0.60 0.20 337.73 0.9 0.42
Hex CD B 53 0 5F 3C 14 152 5A 2A
Octal 315 13 123 0 137 74 24 522 132 52
Binary 11001101 1011 1010011 0 1011111 111100 10100 101010010 1011010 101010

Color Harmonies of #CD0B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0B53

Black with #CD0B53

Text Example


Text Example

White with #CD0B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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