Html Css Color HEX #C80956 Ruby

📋 copy color: '#C80956'

red 200 ◦ green 9 ◦ blue 86

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

Shades of Ruby #C80956

Tints of Ruby #C80956

RGB

 RED value IS 200 (78.52% from 255) = 67.8%

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

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

R = 67.8%
G = 3.05%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C80956 (or 0xC80956) is known color: Ruby. HEX triplet: C8, 09 and 56. RGB value is (200,9,86). Sum of RGB (Red+Green+Blue) = 200+9+86=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C80956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80956 is #37F6A9. Grayscale: #4A4A4A. Windows color (decimal): -3667626 or 5638600. OLE color: 5638600.

HSL color Cylindrical-coordinate representation of color #C80956: hue angle of 335.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80956 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 86 -
CMYK 0 0.96 0.57 0.22
HSL 335.81º 0.91% 0.41% -
HSV(B) 335.81º 0.96% 0.78% -
XYZ 25.6 13.15 9.99 -
YUV 74.89 134.28 217.24 -
System Red Green Blue C M Y K H S L
Decimal 200 9 86 0 0.96 0.57 0.22 335.81 0.91 0.41
Hex C8 9 56 0 60 39 16 150 5B 29
Octal 310 11 126 0 140 71 26 520 133 51
Binary 11001000 1001 1010110 0 1100000 111001 10110 101010000 1011011 101001

Color Harmonies of #C80956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80956

Black with #C80956

Text Example


Text Example

White with #C80956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80956; }

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

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

background-color css

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

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

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

border-color css

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

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

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