Html Css Color HEX #C80852 Ruby

📋 copy color: '#C80852'

red 200 ◦ green 8 ◦ blue 82

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

Shades of Ruby #C80852

Tints of Ruby #C80852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 68.97%
G = 2.76%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C80852 (or 0xC80852) is known color: Ruby. HEX triplet: C8, 08 and 52. RGB value is (200,8,82). Sum of RGB (Red+Green+Blue) = 200+8+82=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C80852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80852 is #37F7AD. Grayscale: #494949. Windows color (decimal): -3667886 or 5376200. OLE color: 5376200.

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

Color convert

RGB 200 8 82 -
CMYK 0 0.96 0.59 0.22
HSL 336.88º 0.92% 0.41% -
HSV(B) 336.88º 0.96% 0.78% -
XYZ 25.43 13.06 9.16 -
YUV 73.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 200 8 82 0 0.96 0.59 0.22 336.88 0.92 0.41
Hex C8 8 52 0 60 3B 16 151 5C 29
Octal 310 10 122 0 140 73 26 521 134 51
Binary 11001000 1000 1010010 0 1100000 111011 10110 101010001 1011100 101001

Color Harmonies of #C80852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80852

Black with #C80852

Text Example


Text Example

White with #C80852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80852; }

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

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

background-color css

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

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

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

border-color css

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

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

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