#C2394C

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

Shades of Old Rose #C2394C

Tints of Old Rose #C2394C

Color information

#C2394C (or 0xC2394C) is unknown color: approx Old Rose. HEX triplet: C2, 39 and 4C. RGB value is (194,57,76). Sum of RGB (Red+Green+Blue) = 194+57+76=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2394C is #3DC6B3. Grayscale: #646464. Windows color (decimal): -4048564 or 4995522. OLE color: 4995522.

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

Color convert

RGB1945776-
CMYK00.710.610.24
HSL351.68º54.58%49.22%-
HSV(B)351.68º70.62%76.08%-
XYZ25.0214.928.4-
YUV100.13114.39194.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=59.33%
G=17.43%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194577600.710.610.24351.6854.5849.22
HexC2394C0473D181603731
Octal30271114010775305406761
Binary1100001011100110011000100011111110111000101100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2394C; }

 p { color: rgb(194,57,76); }

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

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

 a { background-color: rgb(194,57,76); }

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

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

 span { border-color: rgb(194,57,76); }

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