#CC676F

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

Shades of Cabaret #CC676F

Tints of Cabaret #CC676F

Color information

#CC676F (or 0xCC676F) is unknown color: approx Cabaret. HEX triplet: CC, 67 and 6F. RGB value is (204,103,111). Sum of RGB (Red+Green+Blue) = 204+103+111=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC676F is #339890. Grayscale: #868686. Windows color (decimal): -3381393 or 7301068. OLE color: 7301068.

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

Color convert

RGB204103111-
CMYK00.500.460.2
HSL355.25º49.75%60.2%-
HSV(B)355.25º49.51%80%-
XYZ32.6223.6917.89-
YUV134.11114.96177.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=48.80%
G=24.64%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410311100.500.460.2355.2549.7560.2
HexCC676F0322E14163323c
Octal31414715706256245436274
Binary1100110011001111101111011001010111010100101100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC676F; }

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

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

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

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

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

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

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

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