Html Css Color HEX #C80065 Ruby

📋 copy color: '#C80065'

red 200 ◦ green 0 ◦ blue 101

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

Shades of Ruby #C80065

Tints of Ruby #C80065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.45%
G = 0%
B = 33.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80065 (or 0xC80065) is known color: Ruby. HEX triplet: C8, 00 and 65. RGB value is (200,0,101). Sum of RGB (Red+Green+Blue) = 200+0+101=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80065 is #37FF9A. Grayscale: #474747. Windows color (decimal): -3669915 or 6619336. OLE color: 6619336.

HSL color Cylindrical-coordinate representation of color #C80065: hue angle of 329.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80065 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 101 -
CMYK 0 1 0.49 0.22
HSL 329.7º 1% 0.39% -
HSV(B) 329.7º 1% 0.78% -
XYZ 26.17 13.22 13.48 -
YUV 71.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 200 0 101 0 1 0.49 0.22 329.7 1 0.39
Hex C8 0 65 0 64 31 16 14A 64 27
Octal 310 0 145 0 144 61 26 512 144 47
Binary 11001000 0 1100101 0 1100100 110001 10110 101001010 1100100 100111

Color Harmonies of #C80065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80065

Black with #C80065

Text Example


Text Example

White with #C80065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80065; }

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

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

background-color css

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

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

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

border-color css

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

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

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