Html Css Color HEX #C5344D Old Rose

📋 copy color: '#C5344D'

red 197 ◦ green 52 ◦ blue 77

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

Shades of Old Rose #C5344D

Tints of Old Rose #C5344D

RGB

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

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

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

R = 60.43%
G = 15.95%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5344D (or 0xC5344D) is known color: Old Rose. HEX triplet: C5, 34 and 4D. RGB value is (197,52,77). Sum of RGB (Red+Green+Blue) = 197+52+77=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5344D is #3ACBB2. Grayscale: #626262. Windows color (decimal): -3853235 or 5059781. OLE color: 5059781.

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

Color convert

RGB 197 52 77 -
CMYK 0 0.74 0.61 0.23
HSL 349.66º 0.58% 0.49% -
HSV(B) 349.66º 0.74% 0.77% -
XYZ 25.59 14.86 8.54 -
YUV 98.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 197 52 77 0 0.74 0.61 0.23 349.66 0.58 0.49
Hex C5 34 4D 0 4A 3D 17 15E 3A 31
Octal 305 64 115 0 112 75 27 536 72 61
Binary 11000101 110100 1001101 0 1001010 111101 10111 101011110 111010 110001

Color Harmonies of #C5344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5344D

Black with #C5344D

Text Example


Text Example

White with #C5344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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