#C8345F

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

Shades of Cerise #C8345F

Tints of Cerise #C8345F

Color information

#C8345F (or 0xC8345F) is unknown color: approx Cerise. HEX triplet: C8, 34 and 5F. RGB value is (200,52,95). Sum of RGB (Red+Green+Blue) = 200+52+95=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8345F is #37CBA0. Grayscale: #656565. Windows color (decimal): -3656609 or 6239432. OLE color: 6239432.

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

Color convert

RGB2005295-
CMYK00.740.520.22
HSL342.57º58.73%49.41%-
HSV(B)342.57º74%78.43%-
XYZ27.1115.5612.4-
YUV101.15124.53198.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=57.64%
G=14.99%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200529500.740.520.22342.5758.7349.41
HexC8345F04A34161573b31
Octal31064137011264265277361
Binary1100100011010010111110100101011010010110101010111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8345F; }

 p { color: rgb(200,52,95); }

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

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

 a { background-color: rgb(200,52,95); }

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

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

 span { border-color: rgb(200,52,95); }

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