#CC416B

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

Shades of Cabaret #CC416B

Tints of Cabaret #CC416B

Color information

#CC416B (or 0xCC416B) is unknown color: approx Cabaret. HEX triplet: CC, 41 and 6B. RGB value is (204,65,107). Sum of RGB (Red+Green+Blue) = 204+65+107=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC416B is #33BE94. Grayscale: #6F6F6F. Windows color (decimal): -3391125 or 7029196. OLE color: 7029196.

HSL color Cylindrical-coordinate representation of color #CC416B: hue angle of 341.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC416B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20465107-
CMYK00.680.480.2
HSL341.87º57.68%52.75%-
HSV(B)341.87º68.14%80%-
XYZ29.4517.6815.77-
YUV111.35125.55194.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=54.26%
G=17.29%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046510700.680.480.2341.8757.6852.75
HexCC416B04430141563a35
Octal314101153010460245267265
Binary11001100100000111010110100010011000010100101010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC416B; }

 p { color: rgb(204,65,107); }

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

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

 a { background-color: rgb(204,65,107); }

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

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

 span { border-color: rgb(204,65,107); }

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