Html Css Color HEX #CD0956 Ruby

📋 copy color: '#CD0956'

red 205 ◦ green 9 ◦ blue 86

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

Shades of Ruby #CD0956

Tints of Ruby #CD0956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

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

R = 68.33%
G = 3%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD0956 (or 0xCD0956) is known color: Ruby. HEX triplet: CD, 09 and 56. RGB value is (205,9,86). Sum of RGB (Red+Green+Blue) = 205+9+86=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0956 is #32F6A9. Grayscale: #4C4C4C. Windows color (decimal): -3339946 or 5638605. OLE color: 5638605.

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

Color convert

RGB 205 9 86 -
CMYK 0 0.96 0.58 0.20
HSL 336.43º 0.92% 0.42% -
HSV(B) 336.43º 0.96% 0.8% -
XYZ 26.95 13.85 10.06 -
YUV 76.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 205 9 86 0 0.96 0.58 0.20 336.43 0.92 0.42
Hex CD 9 56 0 60 3A 14 150 5C 2A
Octal 315 11 126 0 140 72 24 520 134 52
Binary 11001101 1001 1010110 0 1100000 111010 10100 101010000 1011100 101010

Color Harmonies of #CD0956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0956

Black with #CD0956

Text Example


Text Example

White with #CD0956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0956; }

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

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

background-color css

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

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

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

border-color css

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

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

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