#C5336A

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

Shades of Cerise #C5336A

Tints of Cerise #C5336A

Color information

#C5336A (or 0xC5336A) is unknown color: approx Cerise. HEX triplet: C5, 33 and 6A. RGB value is (197,51,106). Sum of RGB (Red+Green+Blue) = 197+51+106=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5336A is #3ACC95. Grayscale: #646464. Windows color (decimal): -3853462 or 6960069. OLE color: 6960069.

HSL color Cylindrical-coordinate representation of color #C5336A: hue angle of 337.4º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5336A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19751106-
CMYK00.740.460.23
HSL337.4º58.87%48.63%-
HSV(B)337.4º74.11%77.25%-
XYZ26.8115.2815.17-
YUV100.92130.87196.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=55.65%
G=14.41%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975110600.740.460.23337.458.8748.63
HexC5336A04A2E171513b31
Octal30563152011256275217361
Binary1100010111001111010100100101010111010111101010001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5336A; }

 p { color: rgb(197,51,106); }

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

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

 a { background-color: rgb(197,51,106); }

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

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

 span { border-color: rgb(197,51,106); }

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