Html Css Color HEX #C52948 Old Rose

📋 copy color: '#C52948'

red 197 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #C52948

Tints of Old Rose #C52948

RGB

 RED value IS 197 (77.34% from 255) = 63.55%

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

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

R = 63.55%
G = 13.23%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C52948 (or 0xC52948) is known color: Old Rose. HEX triplet: C5, 29 and 48. RGB value is (197,41,72). Sum of RGB (Red+Green+Blue) = 197+41+72=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C52948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52948 is #3AD6B7. Grayscale: #5B5B5B. Windows color (decimal): -3856056 or 4729285. OLE color: 4729285.

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

Color convert

RGB 197 41 72 -
CMYK 0 0.79 0.63 0.23
HSL 348.08º 0.66% 0.47% -
HSV(B) 348.08º 0.79% 0.77% -
XYZ 24.99 13.92 7.5 -
YUV 91.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 197 41 72 0 0.79 0.63 0.23 348.08 0.66 0.47
Hex C5 29 48 0 4F 3F 17 15C 42 2F
Octal 305 51 110 0 117 77 27 534 102 57
Binary 11000101 101001 1001000 0 1001111 111111 10111 101011100 1000010 101111

Color Harmonies of #C52948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52948

Black with #C52948

Text Example


Text Example

White with #C52948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52948; }

 p { color: rgb(197,41,72); }

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

background-color css

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

 a { background-color: rgb(197,41,72); }

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

border-color css

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

 span { border-color: rgb(197,41,72); }

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