Html Css Color HEX #C5354A Old Rose

📋 copy color: '#C5354A'

red 197 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #C5354A

Tints of Old Rose #C5354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 60.8%
G = 16.36%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5354A (or 0xC5354A) is known color: Old Rose. HEX triplet: C5, 35 and 4A. RGB value is (197,53,74). Sum of RGB (Red+Green+Blue) = 197+53+74=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5354A is #3ACAB5. Grayscale: #626262. Windows color (decimal): -3852982 or 4863429. OLE color: 4863429.

HSL color Cylindrical-coordinate representation of color #C5354A: hue angle of 351.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5354A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 74 -
CMYK 0 0.73 0.62 0.23
HSL 351.25º 0.58% 0.49% -
HSV(B) 351.25º 0.73% 0.77% -
XYZ 25.54 14.91 8.01 -
YUV 98.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 197 53 74 0 0.73 0.62 0.23 351.25 0.58 0.49
Hex C5 35 4A 0 49 3E 17 15F 3A 31
Octal 305 65 112 0 111 76 27 537 72 61
Binary 11000101 110101 1001010 0 1001001 111110 10111 101011111 111010 110001

Color Harmonies of #C5354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5354A

Black with #C5354A

Text Example


Text Example

White with #C5354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5354A; }

 p { color: rgb(197,53,74); }

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

background-color css

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

 a { background-color: rgb(197,53,74); }

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

border-color css

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

 span { border-color: rgb(197,53,74); }

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