Html Css Color HEX #C80A64 Ruby

📋 copy color: '#C80A64'

red 200 ◦ green 10 ◦ blue 100

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

Shades of Ruby #C80A64

Tints of Ruby #C80A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

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

R = 64.52%
G = 3.23%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C80A64 (or 0xC80A64) is known color: Ruby. HEX triplet: C8, 0A and 64. RGB value is (200,10,100). Sum of RGB (Red+Green+Blue) = 200+10+100=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A64 is #37F59B. Grayscale: #4C4C4C. Windows color (decimal): -3667356 or 6556360. OLE color: 6556360.

HSL color Cylindrical-coordinate representation of color #C80A64: hue angle of 331.58º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A64 is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 100 -
CMYK 0 0.95 0.5 0.22
HSL 331.58º 0.9% 0.41% -
HSV(B) 331.58º 0.95% 0.78% -
XYZ 26.23 13.42 13.26 -
YUV 77.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 200 10 100 0 0.95 0.5 0.22 331.58 0.9 0.41
Hex C8 A 64 0 5F 32 16 14C 5A 29
Octal 310 12 144 0 137 62 26 514 132 51
Binary 11001000 1010 1100100 0 1011111 110010 10110 101001100 1011010 101001

Color Harmonies of #C80A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A64

Black with #C80A64

Text Example


Text Example

White with #C80A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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