#C23264

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

Shades of Old Rose #C23264

Tints of Old Rose #C23264

Color information

#C23264 (or 0xC23264) is unknown color: approx Old Rose. HEX triplet: C2, 32 and 64. RGB value is (194,50,100). Sum of RGB (Red+Green+Blue) = 194+50+100=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C23264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23264 is #3DCD9B. Grayscale: #626262. Windows color (decimal): -4050332 or 6566594. OLE color: 6566594.

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

Color convert

RGB19450100-
CMYK00.740.480.24
HSL339.17º59.02%47.84%-
HSV(B)339.17º74.23%76.08%-
XYZ25.6914.6713.53-
YUV98.76128.71195.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 50 (19.92% from 255) = 14.53%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=56.40%
G=14.53%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945010000.740.480.24339.1759.0247.84
HexC2326404A30181533b30
Octal30262144011260305237360
Binary1100001011001011001000100101011000011000101010011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23264; }

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

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

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

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

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

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

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

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