Html Css Color HEX #C5325E Old Rose

📋 copy color: '#C5325E'

red 197 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #C5325E

Tints of Old Rose #C5325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 57.77%
G = 14.66%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5325E (or 0xC5325E) is known color: Old Rose. HEX triplet: C5, 32 and 5E. RGB value is (197,50,94). Sum of RGB (Red+Green+Blue) = 197+50+94=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5325E is #3ACDA1. Grayscale: #626262. Windows color (decimal): -3853730 or 6173381. OLE color: 6173381.

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

Color convert

RGB 197 50 94 -
CMYK 0 0.75 0.52 0.23
HSL 342.04º 0.6% 0.48% -
HSV(B) 342.04º 0.75% 0.77% -
XYZ 26.19 14.96 12.1 -
YUV 98.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 197 50 94 0 0.75 0.52 0.23 342.04 0.6 0.48
Hex C5 32 5E 0 4B 34 17 156 3C 30
Octal 305 62 136 0 113 64 27 526 74 60
Binary 11000101 110010 1011110 0 1001011 110100 10111 101010110 111100 110000

Color Harmonies of #C5325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5325E

Black with #C5325E

Text Example


Text Example

White with #C5325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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