#C23852

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

Shades of Old Rose #C23852

Tints of Old Rose #C23852

Color information

#C23852 (or 0xC23852) is unknown color: approx Old Rose. HEX triplet: C2, 38 and 52. RGB value is (194,56,82). Sum of RGB (Red+Green+Blue) = 194+56+82=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C23852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23852 is #3DC7AD. Grayscale: #646464. Windows color (decimal): -4048814 or 5388482. OLE color: 5388482.

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

Color convert

RGB1945682-
CMYK00.710.580.24
HSL348.7º55.2%49.02%-
HSV(B)348.7º71.13%76.08%-
XYZ25.1914.919.53-
YUV100.23117.72194.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=58.43%
G=16.87%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194568200.710.580.24348.755.249.02
HexC238520473A1815d3731
Octal30270122010772305356761
Binary1100001011100010100100100011111101011000101011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23852; }

 p { color: rgb(194,56,82); }

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

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

 a { background-color: rgb(194,56,82); }

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

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

 span { border-color: rgb(194,56,82); }

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