Html Css Color HEX #C80A65 Ruby

📋 copy color: '#C80A65'

red 200 ◦ green 10 ◦ blue 101

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

Shades of Ruby #C80A65

Tints of Ruby #C80A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 64.31%
G = 3.22%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80A65 (or 0xC80A65) is known color: Ruby. HEX triplet: C8, 0A and 65. RGB value is (200,10,101). Sum of RGB (Red+Green+Blue) = 200+10+101=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A65 is #37F59A. Grayscale: #4D4D4D. Windows color (decimal): -3667355 or 6621896. OLE color: 6621896.

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

Color convert

RGB 200 10 101 -
CMYK 0 0.95 0.49 0.22
HSL 331.26º 0.9% 0.41% -
HSV(B) 331.26º 0.95% 0.78% -
XYZ 26.28 13.44 13.52 -
YUV 77.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 200 10 101 0 0.95 0.49 0.22 331.26 0.9 0.41
Hex C8 A 65 0 5F 31 16 14B 5A 29
Octal 310 12 145 0 137 61 26 513 132 51
Binary 11001000 1010 1100101 0 1011111 110001 10110 101001011 1011010 101001

Color Harmonies of #C80A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A65

Black with #C80A65

Text Example


Text Example

White with #C80A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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