#C8385E

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

Shades of Old Rose #C8385E

Tints of Old Rose #C8385E

Color information

#C8385E (or 0xC8385E) is unknown color: approx Old Rose. HEX triplet: C8, 38 and 5E. RGB value is (200,56,94). Sum of RGB (Red+Green+Blue) = 200+56+94=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8385E is #37C7A1. Grayscale: #676767. Windows color (decimal): -3655586 or 6174920. OLE color: 6174920.

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

Color convert

RGB2005694-
CMYK00.720.530.22
HSL344.17º56.69%50.2%-
HSV(B)344.17º72%78.43%-
XYZ27.2515.9212.23-
YUV103.39122.71196.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.14%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=57.14%
G=16%
B=26.86%

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
Decimal200569400.720.530.22344.1756.6950.2
HexC8385E04835161583932
Octal31070136011065265307162
Binary1100100011100010111100100100011010110110101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8385E; }

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

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

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

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

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

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

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

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