Html Css Color HEX #C52648 Old Rose

📋 copy color: '#C52648'

red 197 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #C52648

Tints of Old Rose #C52648

RGB

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

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

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

R = 64.17%
G = 12.38%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C52648 (or 0xC52648) is known color: Old Rose. HEX triplet: C5, 26 and 48. RGB value is (197,38,72). Sum of RGB (Red+Green+Blue) = 197+38+72=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C52648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52648 is #3AD9B7. Grayscale: #595959. Windows color (decimal): -3856824 or 4728517. OLE color: 4728517.

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

Color convert

RGB 197 38 72 -
CMYK 0 0.81 0.63 0.23
HSL 347.17º 0.68% 0.46% -
HSV(B) 347.17º 0.81% 0.77% -
XYZ 24.89 13.72 7.47 -
YUV 89.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 197 38 72 0 0.81 0.63 0.23 347.17 0.68 0.46
Hex C5 26 48 0 51 3F 17 15B 44 2E
Octal 305 46 110 0 121 77 27 533 104 56
Binary 11000101 100110 1001000 0 1010001 111111 10111 101011011 1000100 101110

Color Harmonies of #C52648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52648

Black with #C52648

Text Example


Text Example

White with #C52648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52648; }

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

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

background-color css

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

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

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

border-color css

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

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

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