Html Css Color HEX #C62449 Old Rose

📋 copy color: '#C62449'

red 198 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #C62449

Tints of Old Rose #C62449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 64.5%
G = 11.73%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C62449 (or 0xC62449) is known color: Old Rose. HEX triplet: C6, 24 and 49. RGB value is (198,36,73). Sum of RGB (Red+Green+Blue) = 198+36+73=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62449 is #39DBB6. Grayscale: #585858. Windows color (decimal): -3791799 or 4793542. OLE color: 4793542.

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

Color convert

RGB 198 36 73 -
CMYK 0 0.82 0.63 0.22
HSL 346.3º 0.69% 0.46% -
HSV(B) 346.3º 0.82% 0.78% -
XYZ 25.12 13.75 7.63 -
YUV 88.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 198 36 73 0 0.82 0.63 0.22 346.3 0.69 0.46
Hex C6 24 49 0 52 3F 16 15A 45 2E
Octal 306 44 111 0 122 77 26 532 105 56
Binary 11000110 100100 1001001 0 1010010 111111 10110 101011010 1000101 101110

Color Harmonies of #C62449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62449

Black with #C62449

Text Example


Text Example

White with #C62449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62449; }

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

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

background-color css

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

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

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

border-color css

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

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

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