Html Css Color HEX #C5344A Old Rose

📋 copy color: '#C5344A'

red 197 ◦ green 52 ◦ blue 74

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

Shades of Old Rose #C5344A

Tints of Old Rose #C5344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 60.99%
G = 16.1%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5344A (or 0xC5344A) is known color: Old Rose. HEX triplet: C5, 34 and 4A. RGB value is (197,52,74). Sum of RGB (Red+Green+Blue) = 197+52+74=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5344A is #3ACBB5. Grayscale: #616161. Windows color (decimal): -3853238 or 4863173. OLE color: 4863173.

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

Color convert

RGB 197 52 74 -
CMYK 0 0.74 0.62 0.23
HSL 350.9º 0.58% 0.49% -
HSV(B) 350.9º 0.74% 0.77% -
XYZ 25.49 14.82 8 -
YUV 97.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 197 52 74 0 0.74 0.62 0.23 350.9 0.58 0.49
Hex C5 34 4A 0 4A 3E 17 15F 3A 31
Octal 305 64 112 0 112 76 27 537 72 61
Binary 11000101 110100 1001010 0 1001010 111110 10111 101011111 111010 110001

Color Harmonies of #C5344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5344A

Black with #C5344A

Text Example


Text Example

White with #C5344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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