Html Css Color HEX #C62049 Old Rose

📋 copy color: '#C62049'

red 198 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #C62049

Tints of Old Rose #C62049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 65.35%
G = 10.56%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C62049 (or 0xC62049) is known color: Old Rose. HEX triplet: C6, 20 and 49. RGB value is (198,32,73). Sum of RGB (Red+Green+Blue) = 198+32+73=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C62049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62049 is #39DFB6. Grayscale: #565656. Windows color (decimal): -3792823 or 4792518. OLE color: 4792518.

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

Color convert

RGB 198 32 73 -
CMYK 0 0.84 0.63 0.22
HSL 345.18º 0.72% 0.45% -
HSV(B) 345.18º 0.84% 0.78% -
XYZ 25.01 13.52 7.59 -
YUV 86.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 198 32 73 0 0.84 0.63 0.22 345.18 0.72 0.45
Hex C6 20 49 0 54 3F 16 159 48 2D
Octal 306 40 111 0 124 77 26 531 110 55
Binary 11000110 100000 1001001 0 1010100 111111 10110 101011001 1001000 101101

Color Harmonies of #C62049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62049

Black with #C62049

Text Example


Text Example

White with #C62049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62049; }

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

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

background-color css

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

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

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

border-color css

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

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

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