#C63257

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

Shades of Old Rose #C63257

Tints of Old Rose #C63257

Color information

#C63257 (or 0xC63257) is unknown color: approx Old Rose. HEX triplet: C6, 32 and 57. RGB value is (198,50,87). Sum of RGB (Red+Green+Blue) = 198+50+87=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C63257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63257 is #39CDA8. Grayscale: #626262. Windows color (decimal): -3788201 or 5714630. OLE color: 5714630.

HSL color Cylindrical-coordinate representation of color #C63257: hue angle of 345º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63257 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB1985087-
CMYK00.750.560.22
HSL345º59.68%48.63%-
HSV(B)345º74.75%77.65%-
XYZ26.1514.9810.53-
YUV98.47121.53198.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=59.10%
G=14.93%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198508700.750.560.2234559.6848.63
HexC6325704B38161593c31
Octal30662127011370265317461
Binary1100011011001010101110100101111100010110101011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63257; }

 p { color: rgb(198,50,87); }

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

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

 a { background-color: rgb(198,50,87); }

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

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

 span { border-color: rgb(198,50,87); }

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