#C3365E

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

Shades of Old Rose #C3365E

Tints of Old Rose #C3365E

Color information

#C3365E (or 0xC3365E) is unknown color: approx Old Rose. HEX triplet: C3, 36 and 5E. RGB value is (195,54,94). Sum of RGB (Red+Green+Blue) = 195+54+94=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365E is #3CC9A1. Grayscale: #646464. Windows color (decimal): -3983778 or 6174403. OLE color: 6174403.

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

Color convert

RGB1955494-
CMYK00.720.520.24
HSL342.98º56.63%48.82%-
HSV(B)342.98º72.31%76.47%-
XYZ25.8515.0512.13-
YUV100.72124.21195.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.85%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=56.85%
G=15.74%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195549400.720.520.24342.9856.6348.82
HexC3365E04834181573931
Octal30366136011064305277161
Binary1100001111011010111100100100011010011000101010111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3365E; }

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

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

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

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

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

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

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

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