Html Css Color HEX #C5374C Old Rose

📋 copy color: '#C5374C'

red 197 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #C5374C

Tints of Old Rose #C5374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 60.06%
G = 16.77%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5374C (or 0xC5374C) is known color: Old Rose. HEX triplet: C5, 37 and 4C. RGB value is (197,55,76). Sum of RGB (Red+Green+Blue) = 197+55+76=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5374C is #3AC8B3. Grayscale: #636363. Windows color (decimal): -3852468 or 4995013. OLE color: 4995013.

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

Color convert

RGB 197 55 76 -
CMYK 0 0.72 0.61 0.23
HSL 351.13º 0.56% 0.49% -
HSV(B) 351.13º 0.72% 0.77% -
XYZ 25.7 15.12 8.4 -
YUV 99.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 197 55 76 0 0.72 0.61 0.23 351.13 0.56 0.49
Hex C5 37 4C 0 48 3D 17 15F 38 31
Octal 305 67 114 0 110 75 27 537 70 61
Binary 11000101 110111 1001100 0 1001000 111101 10111 101011111 111000 110001

Color Harmonies of #C5374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5374C

Black with #C5374C

Text Example


Text Example

White with #C5374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5374C; }

 p { color: rgb(197,55,76); }

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

background-color css

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

 a { background-color: rgb(197,55,76); }

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

border-color css

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

 span { border-color: rgb(197,55,76); }

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