Html Css Color HEX #C5324D Old Rose

📋 copy color: '#C5324D'

red 197 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #C5324D

Tints of Old Rose #C5324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 60.8%
G = 15.43%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5324D (or 0xC5324D) is known color: Old Rose. HEX triplet: C5, 32 and 4D. RGB value is (197,50,77). Sum of RGB (Red+Green+Blue) = 197+50+77=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5324D is #3ACDB2. Grayscale: #616161. Windows color (decimal): -3853747 or 5059269. OLE color: 5059269.

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

Color convert

RGB 197 50 77 -
CMYK 0 0.75 0.61 0.23
HSL 348.98º 0.6% 0.48% -
HSV(B) 348.98º 0.75% 0.77% -
XYZ 25.51 14.69 8.51 -
YUV 97.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 197 50 77 0 0.75 0.61 0.23 348.98 0.6 0.48
Hex C5 32 4D 0 4B 3D 17 15D 3C 30
Octal 305 62 115 0 113 75 27 535 74 60
Binary 11000101 110010 1001101 0 1001011 111101 10111 101011101 111100 110000

Color Harmonies of #C5324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5324D

Black with #C5324D

Text Example


Text Example

White with #C5324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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