Html Css Color HEX #C80855 Ruby

📋 copy color: '#C80855'

red 200 ◦ green 8 ◦ blue 85

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

Shades of Ruby #C80855

Tints of Ruby #C80855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 68.26%
G = 2.73%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80855 (or 0xC80855) is known color: Ruby. HEX triplet: C8, 08 and 55. RGB value is (200,8,85). Sum of RGB (Red+Green+Blue) = 200+8+85=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80855 is #37F7AA. Grayscale: #4A4A4A. Windows color (decimal): -3667883 or 5572808. OLE color: 5572808.

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

Color convert

RGB 200 8 85 -
CMYK 0 0.96 0.58 0.22
HSL 335.94º 0.92% 0.41% -
HSV(B) 335.94º 0.96% 0.78% -
XYZ 25.55 13.11 9.78 -
YUV 74.19 134.11 217.74 -
System Red Green Blue C M Y K H S L
Decimal 200 8 85 0 0.96 0.58 0.22 335.94 0.92 0.41
Hex C8 8 55 0 60 3A 16 150 5C 29
Octal 310 10 125 0 140 72 26 520 134 51
Binary 11001000 1000 1010101 0 1100000 111010 10110 101010000 1011100 101001

Color Harmonies of #C80855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80855

Black with #C80855

Text Example


Text Example

White with #C80855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80855; }

 p { color: rgb(200,8,85); }

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

background-color css

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

 a { background-color: rgb(200,8,85); }

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

border-color css

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

 span { border-color: rgb(200,8,85); }

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