Html Css Color HEX #C62749 Old Rose

📋 copy color: '#C62749'

red 198 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #C62749

Tints of Old Rose #C62749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 63.87%
G = 12.58%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C62749 (or 0xC62749) is known color: Old Rose. HEX triplet: C6, 27 and 49. RGB value is (198,39,73). Sum of RGB (Red+Green+Blue) = 198+39+73=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C62749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62749 is #39D8B6. Grayscale: #5A5A5A. Windows color (decimal): -3791031 or 4794310. OLE color: 4794310.

HSL color Cylindrical-coordinate representation of color #C62749: hue angle of 347.17º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62749 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 73 -
CMYK 0 0.80 0.63 0.22
HSL 347.17º 0.67% 0.46% -
HSV(B) 347.17º 0.8% 0.78% -
XYZ 25.22 13.94 7.66 -
YUV 90.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 198 39 73 0 0.80 0.63 0.22 347.17 0.67 0.46
Hex C6 27 49 0 50 3F 16 15B 43 2E
Octal 306 47 111 0 120 77 26 533 103 56
Binary 11000110 100111 1001001 0 1010000 111111 10110 101011011 1000011 101110

Color Harmonies of #C62749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62749

Black with #C62749

Text Example


Text Example

White with #C62749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62749; }

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

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

background-color css

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

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

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

border-color css

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

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

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