Html Css Color HEX #C80D64 Ruby

📋 copy color: '#C80D64'

red 200 ◦ green 13 ◦ blue 100

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

Shades of Ruby #C80D64

Tints of Ruby #C80D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

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

R = 63.9%
G = 4.15%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C80D64 (or 0xC80D64) is known color: Ruby. HEX triplet: C8, 0D and 64. RGB value is (200,13,100). Sum of RGB (Red+Green+Blue) = 200+13+100=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D64 is #37F29B. Grayscale: #4E4E4E. Windows color (decimal): -3666588 or 6557128. OLE color: 6557128.

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

Color convert

RGB 200 13 100 -
CMYK 0 0.94 0.5 0.22
HSL 332.09º 0.88% 0.42% -
HSV(B) 332.09º 0.94% 0.78% -
XYZ 26.26 13.49 13.28 -
YUV 78.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 200 13 100 0 0.94 0.5 0.22 332.09 0.88 0.42
Hex C8 D 64 0 5E 32 16 14C 58 2A
Octal 310 15 144 0 136 62 26 514 130 52
Binary 11001000 1101 1100100 0 1011110 110010 10110 101001100 1011000 101010

Color Harmonies of #C80D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D64

Black with #C80D64

Text Example


Text Example

White with #C80D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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