#C23861

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

Shades of Old Rose #C23861

Tints of Old Rose #C23861

Color information

#C23861 (or 0xC23861) is unknown color: approx Old Rose. HEX triplet: C2, 38 and 61. RGB value is (194,56,97). Sum of RGB (Red+Green+Blue) = 194+56+97=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23861 is #3DC79E. Grayscale: #656565. Windows color (decimal): -4048799 or 6371522. OLE color: 6371522.

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

Color convert

RGB1945697-
CMYK00.710.500.24
HSL342.17º55.2%49.02%-
HSV(B)342.17º71.13%76.08%-
XYZ25.8215.1612.87-
YUV101.94125.22193.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=55.91%
G=16.14%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194569700.710.500.24342.1755.249.02
HexC2386104732181563731
Octal30270141010762305266761
Binary1100001011100011000010100011111001011000101010110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23861; }

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

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

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

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

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

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

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

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