#C2355D

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

Shades of Old Rose #C2355D

Tints of Old Rose #C2355D

Color information

#C2355D (or 0xC2355D) is unknown color: approx Old Rose. HEX triplet: C2, 35 and 5D. RGB value is (194,53,93). Sum of RGB (Red+Green+Blue) = 194+53+93=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2355D is #3DCAA2. Grayscale: #636363. Windows color (decimal): -4049571 or 6108610. OLE color: 6108610.

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

Color convert

RGB1945393-
CMYK00.730.520.24
HSL342.98º57.09%48.43%-
HSV(B)342.98º72.68%76.08%-
XYZ25.514.8111.87-
YUV99.72124.21195.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=57.06%
G=15.59%
B=27.35%

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
Decimal194539300.730.520.24342.9857.0948.43
HexC2355D04934181573930
Octal30265135011164305277160
Binary1100001011010110111010100100111010011000101010111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2355D; }

 p { color: rgb(194,53,93); }

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

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

 a { background-color: rgb(194,53,93); }

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

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

 span { border-color: rgb(194,53,93); }

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