#C23262

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

Shades of Old Rose #C23262

Tints of Old Rose #C23262

Color information

#C23262 (or 0xC23262) is unknown color: approx Old Rose. HEX triplet: C2, 32 and 62. RGB value is (194,50,98). Sum of RGB (Red+Green+Blue) = 194+50+98=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C23262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23262 is #3DCD9D. Grayscale: #626262. Windows color (decimal): -4050334 or 6435522. OLE color: 6435522.

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

Color convert

RGB1945098-
CMYK00.740.490.24
HSL340º59.02%47.84%-
HSV(B)340º74.23%76.08%-
XYZ25.5914.6313.03-
YUV98.53127.71196.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 50 (19.92% from 255) = 14.62%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=56.73%
G=14.62%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194509800.740.490.2434059.0247.84
HexC2326204A31181543b30
Octal30262142011261305247360
Binary1100001011001011000100100101011000111000101010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23262; }

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

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

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

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

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

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

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

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