#CC3B69

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

Shades of Cerise #CC3B69

Tints of Cerise #CC3B69

Color information

#CC3B69 (or 0xCC3B69) is unknown color: approx Cerise. HEX triplet: CC, 3B and 69. RGB value is (204,59,105). Sum of RGB (Red+Green+Blue) = 204+59+105=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3B69 is #33C496. Grayscale: #6B6B6B. Windows color (decimal): -3392663 or 6896588. OLE color: 6896588.

HSL color Cylindrical-coordinate representation of color #CC3B69: hue angle of 340.97º 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 #CC3B69 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB20459105-
CMYK00.710.490.2
HSL340.97º58.7%51.57%-
HSV(B)340.97º71.08%80%-
XYZ29.0216.9915.11-
YUV107.6126.54196.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=55.43%
G=16.03%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045910500.710.490.2340.9758.751.57
HexCC3B6904731141553b34
Octal31473151010761245257364
Binary1100110011101111010010100011111000110100101010101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3B69; }

 p { color: rgb(204,59,105); }

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

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

 a { background-color: rgb(204,59,105); }

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

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

 span { border-color: rgb(204,59,105); }

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