#C3305E

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

Shades of Old Rose #C3305E

Tints of Old Rose #C3305E

Color information

#C3305E (or 0xC3305E) is unknown color: approx Old Rose. HEX triplet: C3, 30 and 5E. RGB value is (195,48,94). Sum of RGB (Red+Green+Blue) = 195+48+94=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3305E is #3CCFA1. Grayscale: #616161. Windows color (decimal): -3985314 or 6172867. OLE color: 6172867.

HSL color Cylindrical-coordinate representation of color #C3305E: hue angle of 341.22º 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 #C3305E is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1954894-
CMYK00.750.520.24
HSL341.22º60.49%47.65%-
HSV(B)341.22º75.38%76.47%-
XYZ25.5814.5212.04-
YUV97.2126.2197.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.86%
GREEN value IS 48 (19.14% from 255) = 14.24%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=57.86%
G=14.24%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195489400.750.520.24341.2260.4947.65
HexC3305E04B34181553c30
Octal30360136011364305257460
Binary1100001111000010111100100101111010011000101010101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3305E; }

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

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

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

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

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

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

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

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