Html Css Color HEX #C60658 Ruby

📋 copy color: '#C60658'

red 198 ◦ green 6 ◦ blue 88

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

Shades of Ruby #C60658

Tints of Ruby #C60658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 67.81%
G = 2.05%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C60658 (or 0xC60658) is known color: Ruby. HEX triplet: C6, 06 and 58. RGB value is (198,6,88). Sum of RGB (Red+Green+Blue) = 198+6+88=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C60658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60658 is #39F9A7. Grayscale: #484848. Windows color (decimal): -3799464 or 5768902. OLE color: 5768902.

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

Color convert

RGB 198 6 88 -
CMYK 0 0.97 0.56 0.22
HSL 334.38º 0.94% 0.4% -
HSV(B) 334.38º 0.97% 0.78% -
XYZ 25.12 12.84 10.39 -
YUV 72.76 136.61 217.33 -
System Red Green Blue C M Y K H S L
Decimal 198 6 88 0 0.97 0.56 0.22 334.38 0.94 0.4
Hex C6 6 58 0 61 38 16 14E 5E 28
Octal 306 6 130 0 141 70 26 516 136 50
Binary 11000110 110 1011000 0 1100001 111000 10110 101001110 1011110 101000

Color Harmonies of #C60658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60658

Black with #C60658

Text Example


Text Example

White with #C60658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60658; }

 p { color: rgb(198,6,88); }

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

background-color css

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

 a { background-color: rgb(198,6,88); }

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

border-color css

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

 span { border-color: rgb(198,6,88); }

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