#C23660

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

Shades of Old Rose #C23660

Tints of Old Rose #C23660

Color information

#C23660 (or 0xC23660) is unknown color: approx Old Rose. HEX triplet: C2, 36 and 60. RGB value is (194,54,96). Sum of RGB (Red+Green+Blue) = 194+54+96=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C23660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23660 is #3DC99F. Grayscale: #646464. Windows color (decimal): -4049312 or 6305474. OLE color: 6305474.

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

Color convert

RGB1945496-
CMYK00.720.510.24
HSL342º56.45%48.63%-
HSV(B)342º72.16%76.08%-
XYZ25.6814.9512.6-
YUV100.65125.38194.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=56.40%
G=15.70%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194549600.720.510.2434256.4548.63
HexC2366004833181563831
Octal30266140011063305267061
Binary1100001011011011000000100100011001111000101010110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23660; }

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

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

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

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

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

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

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

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