#CC3A5E

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

Shades of Cerise #CC3A5E

Tints of Cerise #CC3A5E

Color information

#CC3A5E (or 0xCC3A5E) is unknown color: approx Cerise. HEX triplet: CC, 3A and 5E. RGB value is (204,58,94). Sum of RGB (Red+Green+Blue) = 204+58+94=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A5E is #33C5A1. Grayscale: #696969. Windows color (decimal): -3392930 or 6175436. OLE color: 6175436.

HSL color Cylindrical-coordinate representation of color #CC3A5E: hue angle of 345.21º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3A5E is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB2045894-
CMYK00.720.540.2
HSL345.21º58.87%51.37%-
HSV(B)345.21º71.57%80%-
XYZ28.4416.6712.31-
YUV105.76121.37198.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=57.30%
G=16.29%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204589400.720.540.2345.2158.8751.37
HexCC3A5E04836141593b33
Octal31472136011066245317363
Binary1100110011101010111100100100011011010100101011001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3A5E; }

 p { color: rgb(204,58,94); }

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

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

 a { background-color: rgb(204,58,94); }

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

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

 span { border-color: rgb(204,58,94); }

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