Html Css Color HEX #C80864 Ruby

📋 copy color: '#C80864'

red 200 ◦ green 8 ◦ blue 100

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

Shades of Ruby #C80864

Tints of Ruby #C80864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 64.94%
G = 2.6%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C80864 (or 0xC80864) is known color: Ruby. HEX triplet: C8, 08 and 64. RGB value is (200,8,100). Sum of RGB (Red+Green+Blue) = 200+8+100=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C80864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80864 is #37F79B. Grayscale: #4B4B4B. Windows color (decimal): -3667868 or 6555848. OLE color: 6555848.

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

Color convert

RGB 200 8 100 -
CMYK 0 0.96 0.5 0.22
HSL 331.25º 0.92% 0.41% -
HSV(B) 331.25º 0.96% 0.78% -
XYZ 26.21 13.37 13.26 -
YUV 75.9 141.61 216.52 -
System Red Green Blue C M Y K H S L
Decimal 200 8 100 0 0.96 0.5 0.22 331.25 0.92 0.41
Hex C8 8 64 0 60 32 16 14B 5C 29
Octal 310 10 144 0 140 62 26 513 134 51
Binary 11001000 1000 1100100 0 1100000 110010 10110 101001011 1011100 101001

Color Harmonies of #C80864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80864

Black with #C80864

Text Example


Text Example

White with #C80864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80864; }

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

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

background-color css

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

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

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

border-color css

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

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

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