Html Css Color HEX #C5324E Old Rose

📋 copy color: '#C5324E'

red 197 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #C5324E

Tints of Old Rose #C5324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 78 (30.86% from 255) = 24%

R = 60.62%
G = 15.38%
B = 24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5324E (or 0xC5324E) is known color: Old Rose. HEX triplet: C5, 32 and 4E. RGB value is (197,50,78). Sum of RGB (Red+Green+Blue) = 197+50+78=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5324E is #3ACDB1. Grayscale: #616161. Windows color (decimal): -3853746 or 5124805. OLE color: 5124805.

HSL color Cylindrical-coordinate representation of color #C5324E: hue angle of 348.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5324E is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 78 -
CMYK 0 0.75 0.60 0.23
HSL 348.57º 0.6% 0.48% -
HSV(B) 348.57º 0.75% 0.77% -
XYZ 25.54 14.7 8.7 -
YUV 97.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 197 50 78 0 0.75 0.60 0.23 348.57 0.6 0.48
Hex C5 32 4E 0 4B 3C 17 15D 3C 30
Octal 305 62 116 0 113 74 27 535 74 60
Binary 11000101 110010 1001110 0 1001011 111100 10111 101011101 111100 110000

Color Harmonies of #C5324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5324E

Black with #C5324E

Text Example


Text Example

White with #C5324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5324E; }

 p { color: rgb(197,50,78); }

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

background-color css

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

 a { background-color: rgb(197,50,78); }

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

border-color css

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

 span { border-color: rgb(197,50,78); }

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