#C4374D

Color #C4374D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C4374D

Tints of Old Rose #C4374D

Color information

#C4374D (or 0xC4374D) is unknown color: approx Old Rose. HEX triplet: C4, 37 and 4D. RGB value is (196,55,77). Sum of RGB (Red+Green+Blue) = 196+55+77=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4374D is #3BC8B2. Grayscale: #636363. Windows color (decimal): -3918003 or 5060548. OLE color: 5060548.

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

Color convert

RGB1965577-
CMYK00.720.610.23
HSL350.64º56.18%49.22%-
HSV(B)350.64º71.94%76.86%-
XYZ25.47158.57-
YUV99.67115.21196.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=59.76%
G=16.77%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196557700.720.610.23350.6456.1849.22
HexC4374D0483D1715f3831
Octal30467115011075275377061
Binary1100010011011110011010100100011110110111101011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4374D; }

 p { color: rgb(196,55,77); }

 H1.HeaderClassName
 {
   color: #C4374D;
 }
 .AnyTagClassName
 {
   color: #C4374D;
 }
</style>
background-color css

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

 a { background-color: rgb(196,55,77); }

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

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

 span { border-color: rgb(196,55,77); }

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