#C23254

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

Shades of Old Rose #C23254

Tints of Old Rose #C23254

Color information

#C23254 (or 0xC23254) is unknown color: approx Old Rose. HEX triplet: C2, 32 and 54. RGB value is (194,50,84). Sum of RGB (Red+Green+Blue) = 194+50+84=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C23254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23254 is #3DCDAB. Grayscale: #606060. Windows color (decimal): -4050348 or 5518018. OLE color: 5518018.

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

Color convert

RGB1945084-
CMYK00.740.570.24
HSL345.83º59.02%47.84%-
HSV(B)345.83º74.23%76.08%-
XYZ24.9914.399.85-
YUV96.93120.71197.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=59.15%
G=15.24%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194508400.740.570.24345.8359.0247.84
HexC2325404A391815a3b30
Octal30262124011271305327360
Binary1100001011001010101000100101011100111000101011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23254; }

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

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

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

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

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

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

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

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