Html Css Color HEX #C60260 Ruby

📋 copy color: '#C60260'

red 198 ◦ green 2 ◦ blue 96

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

Shades of Ruby #C60260

Tints of Ruby #C60260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 66.89%
G = 0.68%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C60260 (or 0xC60260) is known color: Ruby. HEX triplet: C6, 02 and 60. RGB value is (198,2,96). Sum of RGB (Red+Green+Blue) = 198+2+96=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C60260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60260 is #39FD9F. Grayscale: #474747. Windows color (decimal): -3800480 or 6292166. OLE color: 6292166.

HSL color Cylindrical-coordinate representation of color #C60260: hue angle of 331.22º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60260 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 96 -
CMYK 0 0.99 0.52 0.22
HSL 331.22º 0.98% 0.39% -
HSV(B) 331.22º 0.99% 0.78% -
XYZ 25.42 12.89 12.22 -
YUV 71.32 141.93 218.36 -
System Red Green Blue C M Y K H S L
Decimal 198 2 96 0 0.99 0.52 0.22 331.22 0.98 0.39
Hex C6 2 60 0 63 34 16 14B 62 27
Octal 306 2 140 0 143 64 26 513 142 47
Binary 11000110 10 1100000 0 1100011 110100 10110 101001011 1100010 100111

Color Harmonies of #C60260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60260

Black with #C60260

Text Example


Text Example

White with #C60260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60260; }

 p { color: rgb(198,2,96); }

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

background-color css

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

 a { background-color: rgb(198,2,96); }

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

border-color css

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

 span { border-color: rgb(198,2,96); }

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