Html Css Color HEX #C5344F Old Rose

📋 copy color: '#C5344F'

red 197 ◦ green 52 ◦ blue 79

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

Shades of Old Rose #C5344F

Tints of Old Rose #C5344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.09%

R = 60.06%
G = 15.85%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5344F (or 0xC5344F) is known color: Old Rose. HEX triplet: C5, 34 and 4F. RGB value is (197,52,79). Sum of RGB (Red+Green+Blue) = 197+52+79=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5344F is #3ACBB0. Grayscale: #626262. Windows color (decimal): -3853233 or 5190853. OLE color: 5190853.

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

Color convert

RGB 197 52 79 -
CMYK 0 0.74 0.60 0.23
HSL 348.83º 0.58% 0.49% -
HSV(B) 348.83º 0.74% 0.77% -
XYZ 25.67 14.89 8.92 -
YUV 98.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 197 52 79 0 0.74 0.60 0.23 348.83 0.58 0.49
Hex C5 34 4F 0 4A 3C 17 15D 3A 31
Octal 305 64 117 0 112 74 27 535 72 61
Binary 11000101 110100 1001111 0 1001010 111100 10111 101011101 111010 110001

Color Harmonies of #C5344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5344F

Black with #C5344F

Text Example


Text Example

White with #C5344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5344F; }

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

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

background-color css

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

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

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

border-color css

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

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

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