#C23255

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

Shades of Old Rose #C23255

Tints of Old Rose #C23255

Color information

#C23255 (or 0xC23255) is unknown color: approx Old Rose. HEX triplet: C2, 32 and 55. RGB value is (194,50,85). Sum of RGB (Red+Green+Blue) = 194+50+85=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23255 is #3DCDAA. Grayscale: #616161. Windows color (decimal): -4050347 or 5583554. OLE color: 5583554.

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

Color convert

RGB1945085-
CMYK00.740.560.24
HSL345.42º59.02%47.84%-
HSV(B)345.42º74.23%76.08%-
XYZ25.0314.4110.06-
YUV97.05121.21197.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=58.97%
G=15.20%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194508500.740.560.24345.4259.0247.84
HexC2325504A38181593b30
Octal30262125011270305317360
Binary1100001011001010101010100101011100011000101011001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23255; }

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

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

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

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

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

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

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

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