#C8375E

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

Shades of Old Rose #C8375E

Tints of Old Rose #C8375E

Color information

#C8375E (or 0xC8375E) is unknown color: approx Old Rose. HEX triplet: C8, 37 and 5E. RGB value is (200,55,94). Sum of RGB (Red+Green+Blue) = 200+55+94=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8375E is #37C8A1. Grayscale: #666666. Windows color (decimal): -3655842 or 6174664. OLE color: 6174664.

HSL color Cylindrical-coordinate representation of color #C8375E: hue angle of 343.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8375E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB2005594-
CMYK00.720.530.22
HSL343.86º56.86%50%-
HSV(B)343.86º72.5%78.43%-
XYZ27.2115.8212.21-
YUV102.8123.04197.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.31%
GREEN value IS 55 (21.88% from 255) = 15.76%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=57.31%
G=15.76%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200559400.720.530.22343.8656.8650
HexC8375E04835161583932
Octal31067136011065265307162
Binary1100100011011110111100100100011010110110101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8375E; }

 p { color: rgb(200,55,94); }

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

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

 a { background-color: rgb(200,55,94); }

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

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

 span { border-color: rgb(200,55,94); }

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