#C4334E

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

Shades of Old Rose #C4334E

Tints of Old Rose #C4334E

Color information

#C4334E (or 0xC4334E) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 4E. RGB value is (196,51,78). Sum of RGB (Red+Green+Blue) = 196+51+78=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4334E is #3BCCB1. Grayscale: #616161. Windows color (decimal): -3919026 or 5125060. OLE color: 5125060.

HSL color Cylindrical-coordinate representation of color #C4334E: hue angle of 348.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4334E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1965178-
CMYK00.740.600.23
HSL348.83º58.7%48.43%-
HSV(B)348.83º73.98%76.86%-
XYZ25.3214.658.7-
YUV97.43117.04198.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.31%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 78 (30.86% from 255) = 24%
R=60.31%
G=15.69%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196517800.740.600.23348.8358.748.43
HexC4334E04A3C1715d3b30
Octal30463116011274275357360
Binary1100010011001110011100100101011110010111101011101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4334E; }

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

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

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

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

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

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

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

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