#C23456

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

Shades of Old Rose #C23456

Tints of Old Rose #C23456

Color information

#C23456 (or 0xC23456) is unknown color: approx Old Rose. HEX triplet: C2, 34 and 56. RGB value is (194,52,86). Sum of RGB (Red+Green+Blue) = 194+52+86=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C23456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23456 is #3DCBA9. Grayscale: #626262. Windows color (decimal): -4049834 or 5649602. OLE color: 5649602.

HSL color Cylindrical-coordinate representation of color #C23456: hue angle of 345.63º degrees, saturation: 0.58, 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 #C23456 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1945286-
CMYK00.730.560.24
HSL345.63º57.72%48.24%-
HSV(B)345.63º73.2%76.08%-
XYZ25.1614.610.3-
YUV98.33121.04196.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=58.43%
G=15.66%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194528600.730.560.24345.6357.7248.24
HexC23456049381815a3a30
Octal30264126011170305327260
Binary1100001011010010101100100100111100011000101011010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23456; }

 p { color: rgb(194,52,86); }

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

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

 a { background-color: rgb(194,52,86); }

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

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

 span { border-color: rgb(194,52,86); }

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