Html Css Color HEX #C80764 Ruby

📋 copy color: '#C80764'

red 200 ◦ green 7 ◦ blue 100

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

Shades of Ruby #C80764

Tints of Ruby #C80764

RGB

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

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

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

R = 65.15%
G = 2.28%
B = 32.57%

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

#C80764 (or 0xC80764) is known color: Ruby. HEX triplet: C8, 07 and 64. RGB value is (200,7,100). Sum of RGB (Red+Green+Blue) = 200+7+100=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80764 is #37F89B. Grayscale: #4B4B4B. Windows color (decimal): -3668124 or 6555592. OLE color: 6555592.

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

Color convert

RGB 200 7 100 -
CMYK 0 0.96 0.5 0.22
HSL 331.09º 0.93% 0.41% -
HSV(B) 331.09º 0.97% 0.78% -
XYZ 26.2 13.35 13.25 -
YUV 75.31 141.94 216.94 -
System Red Green Blue C M Y K H S L
Decimal 200 7 100 0 0.96 0.5 0.22 331.09 0.93 0.41
Hex C8 7 64 0 60 32 16 14B 5D 29
Octal 310 7 144 0 140 62 26 513 135 51
Binary 11001000 111 1100100 0 1100000 110010 10110 101001011 1011101 101001

Color Harmonies of #C80764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80764

Black with #C80764

Text Example


Text Example

White with #C80764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80764; }

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

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

background-color css

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

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

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

border-color css

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

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

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