#c2374e

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

Shades of Old Rose #C2374E

Tints of Old Rose #C2374E

Color information

#C2374E (or 0xC2374E) is unknown color: approx Old Rose. HEX triplet: C2, 37 and 4E. RGB value is (194,55,78). Sum of RGB (Red+Green+Blue) = 194+55+78=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2374E is #3DC8B1. Grayscale: #636363. Windows color (decimal): -4049074 or 5126082. OLE color: 5126082.

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

Color convert

RGB1945578-
CMYK00.720.600.24
HSL350.07º55.82%48.82%-
HSV(B)350.07º71.65%76.08%-
XYZ24.9914.758.74-
YUV99.18116.05195.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=59.33%
G=16.82%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194557800.720.600.24350.0755.8248.82
HexC2374E0483C1815e3831
Octal30267116011074305367061
Binary1100001011011110011100100100011110011000101011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2374e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2374e; }

 p { color: rgb(194,55,78); }

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

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

 a { background-color: rgb(194,55,78); }

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

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

 span { border-color: rgb(194,55,78); }

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