#C0355F

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

Shades of Old Rose #C0355F

Tints of Old Rose #C0355F

Color information

#C0355F (or 0xC0355F) is unknown color: approx Old Rose. HEX triplet: C0, 35 and 5F. RGB value is (192,53,95). Sum of RGB (Red+Green+Blue) = 192+53+95=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0355F is #3FCAA0. Grayscale: #636363. Windows color (decimal): -4180641 or 6239680. OLE color: 6239680.

HSL color Cylindrical-coordinate representation of color #C0355F: hue angle of 341.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0355F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1925395-
CMYK00.720.510.25
HSL341.87º56.73%48.04%-
HSV(B)341.87º72.4%75.29%-
XYZ25.0814.5812.32-
YUV99.35125.55194.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=56.47%
G=15.59%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192539500.720.510.25341.8756.7348.04
HexC0355F04833191563930
Octal30065137011063315267160
Binary1100000011010110111110100100011001111001101010110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0355F; }

 p { color: rgb(192,53,95); }

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

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

 a { background-color: rgb(192,53,95); }

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

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

 span { border-color: rgb(192,53,95); }

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