Html Css Color HEX #C80968 Ruby

📋 copy color: '#C80968'

red 200 ◦ green 9 ◦ blue 104

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

Shades of Ruby #C80968

Tints of Ruby #C80968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 63.9%
G = 2.88%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C80968 (or 0xC80968) is known color: Ruby. HEX triplet: C8, 09 and 68. RGB value is (200,9,104). Sum of RGB (Red+Green+Blue) = 200+9+104=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C80968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80968 is #37F697. Grayscale: #4C4C4C. Windows color (decimal): -3667608 or 6818248. OLE color: 6818248.

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

Color convert

RGB 200 9 104 -
CMYK 0 0.96 0.48 0.22
HSL 330.16º 0.91% 0.41% -
HSV(B) 330.16º 0.96% 0.78% -
XYZ 26.42 13.47 14.31 -
YUV 76.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 200 9 104 0 0.96 0.48 0.22 330.16 0.91 0.41
Hex C8 9 68 0 60 30 16 14A 5B 29
Octal 310 11 150 0 140 60 26 512 133 51
Binary 11001000 1001 1101000 0 1100000 110000 10110 101001010 1011011 101001

Color Harmonies of #C80968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80968

Black with #C80968

Text Example


Text Example

White with #C80968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80968; }

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

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

background-color css

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

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

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

border-color css

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

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

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