#C9355F

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

Shades of Cerise #C9355F

Tints of Cerise #C9355F

Color information

#C9355F (or 0xC9355F) is unknown color: approx Cerise. HEX triplet: C9, 35 and 5F. RGB value is (201,53,95). Sum of RGB (Red+Green+Blue) = 201+53+95=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9355F is #36CAA0. Grayscale: #666666. Windows color (decimal): -3590817 or 6239689. OLE color: 6239689.

HSL color Cylindrical-coordinate representation of color #C9355F: hue angle of 342.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9355F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2015395-
CMYK00.740.530.21
HSL342.97º58.27%49.8%-
HSV(B)342.97º73.63%78.82%-
XYZ27.4315.7912.43-
YUV102.04124.03198.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=57.59%
G=15.19%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201539500.740.530.21342.9758.2749.8
HexC9355F04A35151573a32
Octal31165137011265255277262
Binary1100100111010110111110100101011010110101101010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9355F; }

 p { color: rgb(201,53,95); }

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

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

 a { background-color: rgb(201,53,95); }

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

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

 span { border-color: rgb(201,53,95); }

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