#C4355C

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

Shades of Old Rose #C4355C

Tints of Old Rose #C4355C

Color information

#C4355C (or 0xC4355C) is unknown color: approx Old Rose. HEX triplet: C4, 35 and 5C. RGB value is (196,53,92). Sum of RGB (Red+Green+Blue) = 196+53+92=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4355C is #3BCAA3. Grayscale: #646464. Windows color (decimal): -3918500 or 6043076. OLE color: 6043076.

HSL color Cylindrical-coordinate representation of color #C4355C: hue angle of 343.64º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4355C is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1965392-
CMYK00.730.530.23
HSL343.64º57.43%48.82%-
HSV(B)343.64º72.96%76.86%-
XYZ25.9715.0511.66-
YUV100.2123.38196.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.48%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=57.48%
G=15.54%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196539200.730.530.23343.6457.4348.82
HexC4355C04935171583931
Octal30465134011165275307161
Binary1100010011010110111000100100111010110111101011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4355C; }

 p { color: rgb(196,53,92); }

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

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

 a { background-color: rgb(196,53,92); }

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

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

 span { border-color: rgb(196,53,92); }

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