Html Css Color HEX #C52649 Old Rose

📋 copy color: '#C52649'

red 197 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #C52649

Tints of Old Rose #C52649

RGB

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

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

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

R = 63.96%
G = 12.34%
B = 23.7%

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

#C52649 (or 0xC52649) is known color: Old Rose. HEX triplet: C5, 26 and 49. RGB value is (197,38,73). Sum of RGB (Red+Green+Blue) = 197+38+73=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C52649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52649 is #3AD9B6. Grayscale: #595959. Windows color (decimal): -3856823 or 4794053. OLE color: 4794053.

HSL color Cylindrical-coordinate representation of color #C52649: hue angle of 346.79º 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 #C52649 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 73 -
CMYK 0 0.81 0.63 0.23
HSL 346.79º 0.68% 0.46% -
HSV(B) 346.79º 0.81% 0.77% -
XYZ 24.92 13.74 7.64 -
YUV 89.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 197 38 73 0 0.81 0.63 0.23 346.79 0.68 0.46
Hex C5 26 49 0 51 3F 17 15B 44 2E
Octal 305 46 111 0 121 77 27 533 104 56
Binary 11000101 100110 1001001 0 1010001 111111 10111 101011011 1000100 101110

Color Harmonies of #C52649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52649

Black with #C52649

Text Example


Text Example

White with #C52649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52649; }

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

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

background-color css

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

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

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

border-color css

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

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

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