#C23854

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

Shades of Old Rose #C23854

Tints of Old Rose #C23854

Color information

#C23854 (or 0xC23854) is unknown color: approx Old Rose. HEX triplet: C2, 38 and 54. RGB value is (194,56,84). Sum of RGB (Red+Green+Blue) = 194+56+84=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C23854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23854 is #3DC7AB. Grayscale: #646464. Windows color (decimal): -4048812 or 5519554. OLE color: 5519554.

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

Color convert

RGB1945684-
CMYK00.710.570.24
HSL347.83º55.2%49.02%-
HSV(B)347.83º71.13%76.08%-
XYZ25.2614.949.94-
YUV100.45118.72194.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.08%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=58.08%
G=16.77%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194568400.710.570.24347.8355.249.02
HexC23854047391815c3731
Octal30270124010771305346761
Binary1100001011100010101000100011111100111000101011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23854; }

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

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

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

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

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

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

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

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