Html Css Color HEX #C60768 Ruby

📋 copy color: '#C60768'

red 198 ◦ green 7 ◦ blue 104

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

Shades of Ruby #C60768

Tints of Ruby #C60768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 64.08%
G = 2.27%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C60768 (or 0xC60768) is known color: Ruby. HEX triplet: C6, 07 and 68. RGB value is (198,7,104). Sum of RGB (Red+Green+Blue) = 198+7+104=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C60768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60768 is #39F897. Grayscale: #4A4A4A. Windows color (decimal): -3799192 or 6817734. OLE color: 6817734.

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

Color convert

RGB 198 7 104 -
CMYK 0 0.96 0.47 0.22
HSL 329.53º 0.93% 0.4% -
HSV(B) 329.53º 0.96% 0.78% -
XYZ 25.86 13.16 14.27 -
YUV 75.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 198 7 104 0 0.96 0.47 0.22 329.53 0.93 0.4
Hex C6 7 68 0 60 2F 16 14A 5D 28
Octal 306 7 150 0 140 57 26 512 135 50
Binary 11000110 111 1101000 0 1100000 101111 10110 101001010 1011101 101000

Color Harmonies of #C60768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60768

Black with #C60768

Text Example


Text Example

White with #C60768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60768; }

 p { color: rgb(198,7,104); }

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

background-color css

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

 a { background-color: rgb(198,7,104); }

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

border-color css

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

 span { border-color: rgb(198,7,104); }

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