Html Css Color HEX #CD0C56 Ruby

📋 copy color: '#CD0C56'

red 205 ◦ green 12 ◦ blue 86

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

Shades of Ruby #CD0C56

Tints of Ruby #CD0C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.96%

 BLUE value IS 86 (33.98% from 255) = 28.38%

R = 67.66%
G = 3.96%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD0C56 (or 0xCD0C56) is known color: Ruby. HEX triplet: CD, 0C and 56. RGB value is (205,12,86). Sum of RGB (Red+Green+Blue) = 205+12+86=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C56 is #32F3A9. Grayscale: #4E4E4E. Windows color (decimal): -3339178 or 5639373. OLE color: 5639373.

HSL color Cylindrical-coordinate representation of color #CD0C56: hue angle of 336.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C56 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 12 86 -
CMYK 0 0.94 0.58 0.20
HSL 336.99º 0.89% 0.43% -
HSV(B) 336.99º 0.94% 0.8% -
XYZ 26.99 13.91 10.07 -
YUV 78.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 205 12 86 0 0.94 0.58 0.20 336.99 0.89 0.43
Hex CD C 56 0 5E 3A 14 151 59 2B
Octal 315 14 126 0 136 72 24 521 131 53
Binary 11001101 1100 1010110 0 1011110 111010 10100 101010001 1011001 101011

Color Harmonies of #CD0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C56

Black with #CD0C56

Text Example


Text Example

White with #CD0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C56; }

 p { color: rgb(205,12,86); }

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

background-color css

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

 a { background-color: rgb(205,12,86); }

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

border-color css

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

 span { border-color: rgb(205,12,86); }

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