#C9356F

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

Shades of Cerise #C9356F

Tints of Cerise #C9356F

Color information

#C9356F (or 0xC9356F) is unknown color: approx Cerise. HEX triplet: C9, 35 and 6F. RGB value is (201,53,111). Sum of RGB (Red+Green+Blue) = 201+53+111=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9356F is #36CA90. Grayscale: #676767. Windows color (decimal): -3590801 or 7288265. OLE color: 7288265.

HSL color Cylindrical-coordinate representation of color #C9356F: hue angle of 336.49º 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 #C9356F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20153111-
CMYK00.740.450.21
HSL336.49º58.27%49.8%-
HSV(B)336.49º73.63%78.82%-
XYZ28.2316.1116.66-
YUV103.86132.03197.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=55.07%
G=14.52%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015311100.740.450.21336.4958.2749.8
HexC9356F04A2D151503a32
Octal31165157011255255207262
Binary1100100111010111011110100101010110110101101010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9356F; }

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

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

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

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

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

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

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

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