Html Css Color HEX #C62949 Old Rose

📋 copy color: '#C62949'

red 198 ◦ green 41 ◦ blue 73

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

Shades of Old Rose #C62949

Tints of Old Rose #C62949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 63.46%
G = 13.14%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C62949 (or 0xC62949) is known color: Old Rose. HEX triplet: C6, 29 and 49. RGB value is (198,41,73). Sum of RGB (Red+Green+Blue) = 198+41+73=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C62949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62949 is #39D6B6. Grayscale: #5B5B5B. Windows color (decimal): -3790519 or 4794822. OLE color: 4794822.

HSL color Cylindrical-coordinate representation of color #C62949: hue angle of 347.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62949 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 41 73 -
CMYK 0 0.79 0.63 0.22
HSL 347.77º 0.66% 0.47% -
HSV(B) 347.77º 0.79% 0.78% -
XYZ 25.28 14.07 7.69 -
YUV 91.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 198 41 73 0 0.79 0.63 0.22 347.77 0.66 0.47
Hex C6 29 49 0 4F 3F 16 15C 42 2F
Octal 306 51 111 0 117 77 26 534 102 57
Binary 11000110 101001 1001001 0 1001111 111111 10110 101011100 1000010 101111

Color Harmonies of #C62949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62949

Black with #C62949

Text Example


Text Example

White with #C62949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62949; }

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

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

background-color css

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

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

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

border-color css

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

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

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