Html Css Color HEX #C80368 Ruby

📋 copy color: '#C80368'

red 200 ◦ green 3 ◦ blue 104

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

Shades of Ruby #C80368

Tints of Ruby #C80368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 65.15%
G = 0.98%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80368 (or 0xC80368) is known color: Ruby. HEX triplet: C8, 03 and 68. RGB value is (200,3,104). Sum of RGB (Red+Green+Blue) = 200+3+104=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80368 is #37FC97. Grayscale: #494949. Windows color (decimal): -3669144 or 6816712. OLE color: 6816712.

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

Color convert

RGB 200 3 104 -
CMYK 0 0.98 0.48 0.22
HSL 329.24º 0.97% 0.4% -
HSV(B) 329.24º 0.99% 0.78% -
XYZ 26.35 13.34 14.28 -
YUV 73.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 200 3 104 0 0.98 0.48 0.22 329.24 0.97 0.4
Hex C8 3 68 0 62 30 16 149 61 28
Octal 310 3 150 0 142 60 26 511 141 50
Binary 11001000 11 1101000 0 1100010 110000 10110 101001001 1100001 101000

Color Harmonies of #C80368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80368

Black with #C80368

Text Example


Text Example

White with #C80368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80368; }

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

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

background-color css

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

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

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

border-color css

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

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

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