#C4334A

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

Shades of Old Rose #C4334A

Tints of Old Rose #C4334A

Color information

#C4334A (or 0xC4334A) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 4A. RGB value is (196,51,74). Sum of RGB (Red+Green+Blue) = 196+51+74=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4334A is #3BCCB5. Grayscale: #616161. Windows color (decimal): -3919030 or 4862916. OLE color: 4862916.

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

Color convert

RGB1965174-
CMYK00.740.620.23
HSL350.48º58.7%48.43%-
HSV(B)350.48º73.98%76.86%-
XYZ25.1814.67.97-
YUV96.98115.04198.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=61.06%
G=15.89%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196517400.740.620.23350.4858.748.43
HexC4334A04A3E1715e3b30
Octal30463112011276275367360
Binary1100010011001110010100100101011111010111101011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4334A; }

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

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

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

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

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

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

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

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