Html Css Color HEX #C60859 Ruby

📋 copy color: '#C60859'

red 198 ◦ green 8 ◦ blue 89

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

Shades of Ruby #C60859

Tints of Ruby #C60859

RGB

 RED value IS 198 (77.73% from 255) = 67.12%

 GREEN value IS 8 (3.52% from 255) = 2.71%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 67.12%
G = 2.71%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C60859 (or 0xC60859) is known color: Ruby. HEX triplet: C6, 08 and 59. RGB value is (198,8,89). Sum of RGB (Red+Green+Blue) = 198+8+89=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C60859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60859 is #39F7A6. Grayscale: #494949. Windows color (decimal): -3798951 or 5834950. OLE color: 5834950.

HSL color Cylindrical-coordinate representation of color #C60859: hue angle of 334.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60859 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 89 -
CMYK 0 0.96 0.55 0.22
HSL 334.42º 0.92% 0.4% -
HSV(B) 334.42º 0.96% 0.78% -
XYZ 25.18 12.9 10.61 -
YUV 74.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 198 8 89 0 0.96 0.55 0.22 334.42 0.92 0.4
Hex C6 8 59 0 60 37 16 14E 5C 28
Octal 306 10 131 0 140 67 26 516 134 50
Binary 11000110 1000 1011001 0 1100000 110111 10110 101001110 1011100 101000

Color Harmonies of #C60859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60859

Black with #C60859

Text Example


Text Example

White with #C60859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60859; }

 p { color: rgb(198,8,89); }

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

background-color css

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

 a { background-color: rgb(198,8,89); }

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

border-color css

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

 span { border-color: rgb(198,8,89); }

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