Html Css Color HEX #C62059 Old Rose

📋 copy color: '#C62059'

red 198 ◦ green 32 ◦ blue 89

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

Shades of Old Rose #C62059

Tints of Old Rose #C62059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.9%

R = 62.07%
G = 10.03%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C62059 (or 0xC62059) is known color: Old Rose. HEX triplet: C6, 20 and 59. RGB value is (198,32,89). Sum of RGB (Red+Green+Blue) = 198+32+89=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C62059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62059 is #39DFA6. Grayscale: #585858. Windows color (decimal): -3792807 or 5841094. OLE color: 5841094.

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

Color convert

RGB 198 32 89 -
CMYK 0 0.84 0.55 0.22
HSL 339.4º 0.72% 0.45% -
HSV(B) 339.4º 0.84% 0.78% -
XYZ 25.61 13.76 10.76 -
YUV 88.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 198 32 89 0 0.84 0.55 0.22 339.4 0.72 0.45
Hex C6 20 59 0 54 37 16 153 48 2D
Octal 306 40 131 0 124 67 26 523 110 55
Binary 11000110 100000 1011001 0 1010100 110111 10110 101010011 1001000 101101

Color Harmonies of #C62059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62059

Black with #C62059

Text Example


Text Example

White with #C62059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62059; }

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

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

background-color css

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

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

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

border-color css

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

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

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