Html Css Color HEX #C60358 Ruby

📋 copy color: '#C60358'

red 198 ◦ green 3 ◦ blue 88

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

Shades of Ruby #C60358

Tints of Ruby #C60358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 68.51%
G = 1.04%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C60358 (or 0xC60358) is known color: Ruby. HEX triplet: C6, 03 and 58. RGB value is (198,3,88). Sum of RGB (Red+Green+Blue) = 198+3+88=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C60358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60358 is #39FCA7. Grayscale: #464646. Windows color (decimal): -3800232 or 5768134. OLE color: 5768134.

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

Color convert

RGB 198 3 88 -
CMYK 0 0.98 0.56 0.22
HSL 333.85º 0.97% 0.39% -
HSV(B) 333.85º 0.98% 0.78% -
XYZ 25.08 12.78 10.38 -
YUV 71 137.6 218.59 -
System Red Green Blue C M Y K H S L
Decimal 198 3 88 0 0.98 0.56 0.22 333.85 0.97 0.39
Hex C6 3 58 0 62 38 16 14E 61 27
Octal 306 3 130 0 142 70 26 516 141 47
Binary 11000110 11 1011000 0 1100010 111000 10110 101001110 1100001 100111

Color Harmonies of #C60358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60358

Black with #C60358

Text Example


Text Example

White with #C60358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60358; }

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

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

background-color css

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

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

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

border-color css

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

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

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