Html Css Color HEX #C62061 Ruby

📋 copy color: '#C62061'

red 198 ◦ green 32 ◦ blue 97

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

Shades of Ruby #C62061

Tints of Ruby #C62061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 60.55%
G = 9.79%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C62061 (or 0xC62061) is known color: Ruby. HEX triplet: C6, 20 and 61. RGB value is (198,32,97). Sum of RGB (Red+Green+Blue) = 198+32+97=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C62061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62061 is #39DF9E. Grayscale: #585858. Windows color (decimal): -3792799 or 6365382. OLE color: 6365382.

HSL color Cylindrical-coordinate representation of color #C62061: hue angle of 336.51º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62061 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 97 -
CMYK 0 0.84 0.51 0.22
HSL 336.51º 0.72% 0.45% -
HSV(B) 336.51º 0.84% 0.78% -
XYZ 25.96 13.9 12.62 -
YUV 89.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 198 32 97 0 0.84 0.51 0.22 336.51 0.72 0.45
Hex C6 20 61 0 54 33 16 151 48 2D
Octal 306 40 141 0 124 63 26 521 110 55
Binary 11000110 100000 1100001 0 1010100 110011 10110 101010001 1001000 101101

Color Harmonies of #C62061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62061

Black with #C62061

Text Example


Text Example

White with #C62061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62061; }

 p { color: rgb(198,32,97); }

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

background-color css

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

 a { background-color: rgb(198,32,97); }

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

border-color css

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

 span { border-color: rgb(198,32,97); }

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