#C8395A

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

Shades of Old Rose #C8395A

Tints of Old Rose #C8395A

Color information

#C8395A (or 0xC8395A) is unknown color: approx Old Rose. HEX triplet: C8, 39 and 5A. RGB value is (200,57,90). Sum of RGB (Red+Green+Blue) = 200+57+90=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8395A is #37C6A5. Grayscale: #676767. Windows color (decimal): -3655334 or 5913032. OLE color: 5913032.

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

Color convert

RGB2005790-
CMYK00.720.550.22
HSL346.15º56.52%50.39%-
HSV(B)346.15º71.5%78.43%-
XYZ27.1315.9411.32-
YUV103.52120.38196.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=57.64%
G=16.43%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200579000.720.550.22346.1556.5250.39
HexC8395A048371615a3932
Octal31071132011067265327162
Binary1100100011100110110100100100011011110110101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8395A; }

 p { color: rgb(200,57,90); }

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

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

 a { background-color: rgb(200,57,90); }

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

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

 span { border-color: rgb(200,57,90); }

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