#CC676C

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

Shades of Cabaret #CC676C

Tints of Cabaret #CC676C

Color information

#CC676C (or 0xCC676C) is unknown color: approx Cabaret. HEX triplet: CC, 67 and 6C. RGB value is (204,103,108). Sum of RGB (Red+Green+Blue) = 204+103+108=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC676C is #339893. Grayscale: #858585. Windows color (decimal): -3381396 or 7104460. OLE color: 7104460.

HSL color Cylindrical-coordinate representation of color #CC676C: hue angle of 357.03º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC676C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204103108-
CMYK00.500.470.2
HSL357.03º49.75%60.2%-
HSV(B)357.03º49.51%80%-
XYZ32.4623.6217.04-
YUV133.77113.46178.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=49.16%
G=24.82%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410310800.500.470.2357.0349.7560.2
HexCC676C0322F14165323c
Octal31414715406257245456274
Binary1100110011001111101100011001010111110100101100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC676C; }

 p { color: rgb(204,103,108); }

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

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

 a { background-color: rgb(204,103,108); }

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

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

 span { border-color: rgb(204,103,108); }

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