#C9366A

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

Shades of Cerise #C9366A

Tints of Cerise #C9366A

Color information

#C9366A (or 0xC9366A) is unknown color: approx Cerise. HEX triplet: C9, 36 and 6A. RGB value is (201,54,106). Sum of RGB (Red+Green+Blue) = 201+54+106=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9366A is #36C995. Grayscale: #676767. Windows color (decimal): -3590550 or 6960841. OLE color: 6960841.

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

Color convert

RGB20154106-
CMYK00.730.470.21
HSL338.78º57.65%50%-
HSV(B)338.78º73.13%78.82%-
XYZ28.0116.115.27-
YUV103.88129.2197.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=55.68%
G=14.96%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015410600.730.470.21338.7857.6550
HexC9366A0492F151533a32
Octal31166152011157255237262
Binary1100100111011011010100100100110111110101101010011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9366A; }

 p { color: rgb(201,54,106); }

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

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

 a { background-color: rgb(201,54,106); }

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

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

 span { border-color: rgb(201,54,106); }

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