#C8326E

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

Shades of Cerise #C8326E

Tints of Cerise #C8326E

Color information

#C8326E (or 0xC8326E) is unknown color: approx Cerise. HEX triplet: C8, 32 and 6E. RGB value is (200,50,110). Sum of RGB (Red+Green+Blue) = 200+50+110=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8326E is #37CD91. Grayscale: #656565. Windows color (decimal): -3657106 or 7221960. OLE color: 7221960.

HSL color Cylindrical-coordinate representation of color #C8326E: hue angle of 336º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8326E is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB20050110-
CMYK00.750.450.22
HSL336º60%49.02%-
HSV(B)336º75%78.43%-
XYZ27.7715.6916.32-
YUV101.69132.7198.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=55.56%
G=13.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005011000.750.450.223366049.02
HexC8326E04B2D161503c31
Octal31062156011355265207461
Binary1100100011001011011100100101110110110110101010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8326E; }

 p { color: rgb(200,50,110); }

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

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

 a { background-color: rgb(200,50,110); }

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

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

 span { border-color: rgb(200,50,110); }

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