#CC3C62

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

Shades of Cerise #CC3C62

Tints of Cerise #CC3C62

Color information

#CC3C62 (or 0xCC3C62) is unknown color: approx Cerise. HEX triplet: CC, 3C and 62. RGB value is (204,60,98). Sum of RGB (Red+Green+Blue) = 204+60+98=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3C62 is #33C39D. Grayscale: #6B6B6B. Windows color (decimal): -3392414 or 6438092. OLE color: 6438092.

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

Color convert

RGB2046098-
CMYK00.710.520.2
HSL344.17º58.54%51.76%-
HSV(B)344.17º70.59%80%-
XYZ28.7216.9513.31-
YUV107.39122.71196.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=56.35%
G=16.57%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204609800.710.520.2344.1758.5451.76
HexCC3C6204734141583b34
Octal31474142010764245307364
Binary1100110011110011000100100011111010010100101011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3C62; }

 p { color: rgb(204,60,98); }

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

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

 a { background-color: rgb(204,60,98); }

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

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

 span { border-color: rgb(204,60,98); }

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