Html Css Color HEX #C80755 Ruby

📋 copy color: '#C80755'

red 200 ◦ green 7 ◦ blue 85

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

Shades of Ruby #C80755

Tints of Ruby #C80755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

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

R = 68.49%
G = 2.4%
B = 29.11%

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

#C80755 (or 0xC80755) is known color: Ruby. HEX triplet: C8, 07 and 55. RGB value is (200,7,85). Sum of RGB (Red+Green+Blue) = 200+7+85=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C80755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80755 is #37F8AA. Grayscale: #494949. Windows color (decimal): -3668139 or 5572552. OLE color: 5572552.

HSL color Cylindrical-coordinate representation of color #C80755: hue angle of 335.75º degrees, saturation: 0.93, 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 #C80755 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 85 -
CMYK 0 0.96 0.58 0.22
HSL 335.75º 0.93% 0.41% -
HSV(B) 335.75º 0.97% 0.78% -
XYZ 25.54 13.09 9.77 -
YUV 73.6 134.44 218.16 -
System Red Green Blue C M Y K H S L
Decimal 200 7 85 0 0.96 0.58 0.22 335.75 0.93 0.41
Hex C8 7 55 0 60 3A 16 150 5D 29
Octal 310 7 125 0 140 72 26 520 135 51
Binary 11001000 111 1010101 0 1100000 111010 10110 101010000 1011101 101001

Color Harmonies of #C80755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80755

Black with #C80755

Text Example


Text Example

White with #C80755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80755; }

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

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

background-color css

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

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

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

border-color css

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

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

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