Html Css Color HEX #C5325A Old Rose

📋 copy color: '#C5325A'

red 197 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #C5325A

Tints of Old Rose #C5325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 58.46%
G = 14.84%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5325A (or 0xC5325A) is known color: Old Rose. HEX triplet: C5, 32 and 5A. RGB value is (197,50,90). Sum of RGB (Red+Green+Blue) = 197+50+90=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5325A is #3ACDA5. Grayscale: #626262. Windows color (decimal): -3853734 or 5911237. OLE color: 5911237.

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

Color convert

RGB 197 50 90 -
CMYK 0 0.75 0.54 0.23
HSL 343.67º 0.6% 0.48% -
HSV(B) 343.67º 0.75% 0.77% -
XYZ 26.01 14.89 11.18 -
YUV 98.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 197 50 90 0 0.75 0.54 0.23 343.67 0.6 0.48
Hex C5 32 5A 0 4B 36 17 158 3C 30
Octal 305 62 132 0 113 66 27 530 74 60
Binary 11000101 110010 1011010 0 1001011 110110 10111 101011000 111100 110000

Color Harmonies of #C5325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5325A

Black with #C5325A

Text Example


Text Example

White with #C5325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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