Html Css Color HEX #C62649 Old Rose

📋 copy color: '#C62649'

red 198 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #C62649

Tints of Old Rose #C62649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

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

R = 64.08%
G = 12.3%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C62649 (or 0xC62649) is known color: Old Rose. HEX triplet: C6, 26 and 49. RGB value is (198,38,73). Sum of RGB (Red+Green+Blue) = 198+38+73=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C62649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62649 is #39D9B6. Grayscale: #595959. Windows color (decimal): -3791287 or 4794054. OLE color: 4794054.

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

Color convert

RGB 198 38 73 -
CMYK 0 0.81 0.63 0.22
HSL 346.88º 0.68% 0.46% -
HSV(B) 346.88º 0.81% 0.78% -
XYZ 25.18 13.87 7.65 -
YUV 89.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 198 38 73 0 0.81 0.63 0.22 346.88 0.68 0.46
Hex C6 26 49 0 51 3F 16 15B 44 2E
Octal 306 46 111 0 121 77 26 533 104 56
Binary 11000110 100110 1001001 0 1010001 111111 10110 101011011 1000100 101110

Color Harmonies of #C62649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62649

Black with #C62649

Text Example


Text Example

White with #C62649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62649; }

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

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

background-color css

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

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

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

border-color css

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

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

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