Html Css Color HEX #C60657 Ruby

📋 copy color: '#C60657'

red 198 ◦ green 6 ◦ blue 87

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

Shades of Ruby #C60657

Tints of Ruby #C60657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 68.04%
G = 2.06%
B = 29.9%

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

#C60657 (or 0xC60657) is known color: Ruby. HEX triplet: C6, 06 and 57. RGB value is (198,6,87). Sum of RGB (Red+Green+Blue) = 198+6+87=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C60657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60657 is #39F9A8. Grayscale: #484848. Windows color (decimal): -3799465 or 5703366. OLE color: 5703366.

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

Color convert

RGB 198 6 87 -
CMYK 0 0.97 0.56 0.22
HSL 334.69º 0.94% 0.4% -
HSV(B) 334.69º 0.97% 0.78% -
XYZ 25.07 12.82 10.17 -
YUV 72.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 198 6 87 0 0.97 0.56 0.22 334.69 0.94 0.4
Hex C6 6 57 0 61 38 16 14F 5E 28
Octal 306 6 127 0 141 70 26 517 136 50
Binary 11000110 110 1010111 0 1100001 111000 10110 101001111 1011110 101000

Color Harmonies of #C60657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60657

Black with #C60657

Text Example


Text Example

White with #C60657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60657; }

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

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

background-color css

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

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

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

border-color css

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

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

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