#C23860

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

Shades of Old Rose #C23860

Tints of Old Rose #C23860

Color information

#C23860 (or 0xC23860) is unknown color: approx Old Rose. HEX triplet: C2, 38 and 60. RGB value is (194,56,96). Sum of RGB (Red+Green+Blue) = 194+56+96=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C23860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23860 is #3DC79F. Grayscale: #656565. Windows color (decimal): -4048800 or 6305986. OLE color: 6305986.

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

Color convert

RGB1945696-
CMYK00.710.510.24
HSL342.61º55.2%49.02%-
HSV(B)342.61º71.13%76.08%-
XYZ25.7715.1412.63-
YUV101.82124.72193.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=56.07%
G=16.18%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194569600.710.510.24342.6155.249.02
HexC2386004733181573731
Octal30270140010763305276761
Binary1100001011100011000000100011111001111000101010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23860; }

 p { color: rgb(194,56,96); }

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

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

 a { background-color: rgb(194,56,96); }

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

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

 span { border-color: rgb(194,56,96); }

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