Html Css Color HEX #C62548 Old Rose

📋 copy color: '#C62548'

red 198 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #C62548

Tints of Old Rose #C62548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 64.5%
G = 12.05%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62548 (or 0xC62548) is known color: Old Rose. HEX triplet: C6, 25 and 48. RGB value is (198,37,72). Sum of RGB (Red+Green+Blue) = 198+37+72=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62548 is #39DAB7. Grayscale: #595959. Windows color (decimal): -3791544 or 4728262. OLE color: 4728262.

HSL color Cylindrical-coordinate representation of color #C62548: hue angle of 346.96º degrees, saturation: 0.69, 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 #C62548 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 72 -
CMYK 0 0.81 0.64 0.22
HSL 346.96º 0.69% 0.46% -
HSV(B) 346.96º 0.81% 0.78% -
XYZ 25.12 13.8 7.47 -
YUV 89.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 198 37 72 0 0.81 0.64 0.22 346.96 0.69 0.46
Hex C6 25 48 0 51 40 16 15B 45 2E
Octal 306 45 110 0 121 100 26 533 105 56
Binary 11000110 100101 1001000 0 1010001 1000000 10110 101011011 1000101 101110

Color Harmonies of #C62548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62548

Black with #C62548

Text Example


Text Example

White with #C62548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62548; }

 p { color: rgb(198,37,72); }

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

background-color css

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

 a { background-color: rgb(198,37,72); }

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

border-color css

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

 span { border-color: rgb(198,37,72); }

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