Html Css Color HEX #C62062 Ruby

📋 copy color: '#C62062'

red 198 ◦ green 32 ◦ blue 98

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

Shades of Ruby #C62062

Tints of Ruby #C62062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 60.37%
G = 9.76%
B = 29.88%

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

#C62062 (or 0xC62062) is known color: Ruby. HEX triplet: C6, 20 and 62. RGB value is (198,32,98). Sum of RGB (Red+Green+Blue) = 198+32+98=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C62062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62062 is #39DF9D. Grayscale: #595959. Windows color (decimal): -3792798 or 6430918. OLE color: 6430918.

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

Color convert

RGB 198 32 98 -
CMYK 0 0.84 0.51 0.22
HSL 336.14º 0.72% 0.45% -
HSV(B) 336.14º 0.84% 0.78% -
XYZ 26.01 13.92 12.87 -
YUV 89.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 198 32 98 0 0.84 0.51 0.22 336.14 0.72 0.45
Hex C6 20 62 0 54 33 16 150 48 2D
Octal 306 40 142 0 124 63 26 520 110 55
Binary 11000110 100000 1100010 0 1010100 110011 10110 101010000 1001000 101101

Color Harmonies of #C62062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62062

Black with #C62062

Text Example


Text Example

White with #C62062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62062; }

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

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

background-color css

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

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

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

border-color css

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

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

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