#C8395F

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

Shades of Cerise #C8395F

Tints of Cerise #C8395F

Color information

#C8395F (or 0xC8395F) is unknown color: approx Cerise. HEX triplet: C8, 39 and 5F. RGB value is (200,57,95). Sum of RGB (Red+Green+Blue) = 200+57+95=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C8395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8395F is #37C6A0. Grayscale: #686868. Windows color (decimal): -3655329 or 6240712. OLE color: 6240712.

HSL color Cylindrical-coordinate representation of color #C8395F: hue angle of 344.06º 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 #C8395F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2005795-
CMYK00.720.520.22
HSL344.06º56.52%50.39%-
HSV(B)344.06º71.5%78.43%-
XYZ27.3516.0312.48-
YUV104.09122.88196.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.82%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=56.82%
G=16.19%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200579500.720.520.22344.0656.5250.39
HexC8395F04834161583932
Octal31071137011064265307162
Binary1100100011100110111110100100011010010110101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8395F; }

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

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

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

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

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

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

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

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