Html Css Color HEX #C80868 Ruby

📋 copy color: '#C80868'

red 200 ◦ green 8 ◦ blue 104

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

Shades of Ruby #C80868

Tints of Ruby #C80868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 64.1%
G = 2.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80868 (or 0xC80868) is known color: Ruby. HEX triplet: C8, 08 and 68. RGB value is (200,8,104). Sum of RGB (Red+Green+Blue) = 200+8+104=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C80868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80868 is #37F797. Grayscale: #4C4C4C. Windows color (decimal): -3667864 or 6817992. OLE color: 6817992.

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

Color convert

RGB 200 8 104 -
CMYK 0 0.96 0.48 0.22
HSL 330º 0.92% 0.41% -
HSV(B) 330º 0.96% 0.78% -
XYZ 26.4 13.45 14.3 -
YUV 76.35 143.61 216.19 -
System Red Green Blue C M Y K H S L
Decimal 200 8 104 0 0.96 0.48 0.22 330 0.92 0.41
Hex C8 8 68 0 60 30 16 14A 5C 29
Octal 310 10 150 0 140 60 26 512 134 51
Binary 11001000 1000 1101000 0 1100000 110000 10110 101001010 1011100 101001

Color Harmonies of #C80868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80868

Black with #C80868

Text Example


Text Example

White with #C80868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80868; }

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

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

background-color css

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

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

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

border-color css

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

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

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