#C3355E

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

Shades of Old Rose #C3355E

Tints of Old Rose #C3355E

Color information

#C3355E (or 0xC3355E) is unknown color: approx Old Rose. HEX triplet: C3, 35 and 5E. RGB value is (195,53,94). Sum of RGB (Red+Green+Blue) = 195+53+94=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3355E is #3CCAA1. Grayscale: #646464. Windows color (decimal): -3984034 or 6174147. OLE color: 6174147.

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

Color convert

RGB1955394-
CMYK00.730.520.24
HSL342.68º57.26%48.63%-
HSV(B)342.68º72.82%76.47%-
XYZ25.814.9612.12-
YUV100.13124.54195.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.02%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=57.02%
G=15.50%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195539400.730.520.24342.6857.2648.63
HexC3355E04934181573931
Octal30365136011164305277161
Binary1100001111010110111100100100111010011000101010111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3355E; }

 p { color: rgb(195,53,94); }

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

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

 a { background-color: rgb(195,53,94); }

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

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

 span { border-color: rgb(195,53,94); }

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