Html Css Color HEX #C60365 Ruby

📋 copy color: '#C60365'

red 198 ◦ green 3 ◦ blue 101

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

Shades of Ruby #C60365

Tints of Ruby #C60365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 65.56%
G = 0.99%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C60365 (or 0xC60365) is known color: Ruby. HEX triplet: C6, 03 and 65. RGB value is (198,3,101). Sum of RGB (Red+Green+Blue) = 198+3+101=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C60365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60365 is #39FC9A. Grayscale: #484848. Windows color (decimal): -3800219 or 6620102. OLE color: 6620102.

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

Color convert

RGB 198 3 101 -
CMYK 0 0.98 0.49 0.22
HSL 329.85º 0.97% 0.39% -
HSV(B) 329.85º 0.98% 0.78% -
XYZ 25.67 13.01 13.47 -
YUV 72.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 198 3 101 0 0.98 0.49 0.22 329.85 0.97 0.39
Hex C6 3 65 0 62 31 16 14A 61 27
Octal 306 3 145 0 142 61 26 512 141 47
Binary 11000110 11 1100101 0 1100010 110001 10110 101001010 1100001 100111

Color Harmonies of #C60365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60365

Black with #C60365

Text Example


Text Example

White with #C60365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60365; }

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

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

background-color css

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

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

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

border-color css

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

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

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