#C3305C

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

Shades of Old Rose #C3305C

Tints of Old Rose #C3305C

Color information

#C3305C (or 0xC3305C) is unknown color: approx Old Rose. HEX triplet: C3, 30 and 5C. RGB value is (195,48,92). Sum of RGB (Red+Green+Blue) = 195+48+92=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3305C is #3CCFA3. Grayscale: #606060. Windows color (decimal): -3985316 or 6041795. OLE color: 6041795.

HSL color Cylindrical-coordinate representation of color #C3305C: hue angle of 342.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3305C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1954892-
CMYK00.750.530.24
HSL342.04º60.49%47.65%-
HSV(B)342.04º75.38%76.47%-
XYZ25.4914.4911.58-
YUV96.97125.2197.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.21%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=58.21%
G=14.33%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195489200.750.530.24342.0460.4947.65
HexC3305C04B35181563c30
Octal30360134011365305267460
Binary1100001111000010111000100101111010111000101010110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3305C; }

 p { color: rgb(195,48,92); }

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

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

 a { background-color: rgb(195,48,92); }

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

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

 span { border-color: rgb(195,48,92); }

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