Html Css Color HEX #C60360 Ruby

📋 copy color: '#C60360'

red 198 ◦ green 3 ◦ blue 96

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

Shades of Ruby #C60360

Tints of Ruby #C60360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 66.67%
G = 1.01%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C60360 (or 0xC60360) is known color: Ruby. HEX triplet: C6, 03 and 60. RGB value is (198,3,96). Sum of RGB (Red+Green+Blue) = 198+3+96=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C60360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60360 is #39FC9F. Grayscale: #474747. Windows color (decimal): -3800224 or 6292422. OLE color: 6292422.

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

Color convert

RGB 198 3 96 -
CMYK 0 0.98 0.52 0.22
HSL 331.38º 0.97% 0.39% -
HSV(B) 331.38º 0.98% 0.78% -
XYZ 25.43 12.92 12.22 -
YUV 71.91 141.6 217.94 -
System Red Green Blue C M Y K H S L
Decimal 198 3 96 0 0.98 0.52 0.22 331.38 0.97 0.39
Hex C6 3 60 0 62 34 16 14B 61 27
Octal 306 3 140 0 142 64 26 513 141 47
Binary 11000110 11 1100000 0 1100010 110100 10110 101001011 1100001 100111

Color Harmonies of #C60360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60360

Black with #C60360

Text Example


Text Example

White with #C60360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60360; }

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

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

background-color css

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

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

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

border-color css

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

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

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