Html Css Color HEX #C80364 Ruby

📋 copy color: '#C80364'

red 200 ◦ green 3 ◦ blue 100

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

Shades of Ruby #C80364

Tints of Ruby #C80364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 66.01%
G = 0.99%
B = 33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C80364 (or 0xC80364) is known color: Ruby. HEX triplet: C8, 03 and 64. RGB value is (200,3,100). Sum of RGB (Red+Green+Blue) = 200+3+100=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C80364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80364 is #37FC9B. Grayscale: #484848. Windows color (decimal): -3669148 or 6554568. OLE color: 6554568.

HSL color Cylindrical-coordinate representation of color #C80364: hue angle of 330.46º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80364 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 100 -
CMYK 0 0.98 0.5 0.22
HSL 330.46º 0.97% 0.4% -
HSV(B) 330.46º 0.99% 0.78% -
XYZ 26.15 13.26 13.24 -
YUV 72.96 143.27 218.61 -
System Red Green Blue C M Y K H S L
Decimal 200 3 100 0 0.98 0.5 0.22 330.46 0.97 0.4
Hex C8 3 64 0 62 32 16 14A 61 28
Octal 310 3 144 0 142 62 26 512 141 50
Binary 11001000 11 1100100 0 1100010 110010 10110 101001010 1100001 101000

Color Harmonies of #C80364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80364

Black with #C80364

Text Example


Text Example

White with #C80364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80364; }

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

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

background-color css

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

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

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

border-color css

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

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

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