#c4364e

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

Shades of Old Rose #C4364E

Tints of Old Rose #C4364E

Color information

#C4364E (or 0xC4364E) is unknown color: approx Old Rose. HEX triplet: C4, 36 and 4E. RGB value is (196,54,78). Sum of RGB (Red+Green+Blue) = 196+54+78=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4364E is #3BC9B1. Grayscale: #636363. Windows color (decimal): -3918258 or 5125828. OLE color: 5125828.

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

Color convert

RGB1965478-
CMYK00.720.600.23
HSL349.86º56.8%49.02%-
HSV(B)349.86º72.45%76.86%-
XYZ25.4614.928.75-
YUV99.19116.04197.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=59.76%
G=16.46%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196547800.720.600.23349.8656.849.02
HexC4364E0483C1715e3931
Octal30466116011074275367161
Binary1100010011011010011100100100011110010111101011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4364e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4364e; }

 p { color: rgb(196,54,78); }

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

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

 a { background-color: rgb(196,54,78); }

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

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

 span { border-color: rgb(196,54,78); }

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