Html Css Color HEX #C60568 Ruby

📋 copy color: '#C60568'

red 198 ◦ green 5 ◦ blue 104

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

Shades of Ruby #C60568

Tints of Ruby #C60568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 64.5%
G = 1.63%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C60568 (or 0xC60568) is known color: Ruby. HEX triplet: C6, 05 and 68. RGB value is (198,5,104). Sum of RGB (Red+Green+Blue) = 198+5+104=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C60568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60568 is #39FA97. Grayscale: #494949. Windows color (decimal): -3799704 or 6817222. OLE color: 6817222.

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

Color convert

RGB 198 5 104 -
CMYK 0 0.97 0.47 0.22
HSL 329.22º 0.95% 0.4% -
HSV(B) 329.22º 0.97% 0.78% -
XYZ 25.84 13.11 14.27 -
YUV 73.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 198 5 104 0 0.97 0.47 0.22 329.22 0.95 0.4
Hex C6 5 68 0 61 2F 16 149 5F 28
Octal 306 5 150 0 141 57 26 511 137 50
Binary 11000110 101 1101000 0 1100001 101111 10110 101001001 1011111 101000

Color Harmonies of #C60568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60568

Black with #C60568

Text Example


Text Example

White with #C60568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60568; }

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

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

background-color css

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

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

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

border-color css

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

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

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