#CC676E

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

Shades of Cabaret #CC676E

Tints of Cabaret #CC676E

Color information

#CC676E (or 0xCC676E) is unknown color: approx Cabaret. HEX triplet: CC, 67 and 6E. RGB value is (204,103,110). Sum of RGB (Red+Green+Blue) = 204+103+110=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC676E is #339891. Grayscale: #868686. Windows color (decimal): -3381394 or 7235532. OLE color: 7235532.

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

Color convert

RGB204103110-
CMYK00.500.460.2
HSL355.84º49.75%60.2%-
HSV(B)355.84º49.51%80%-
XYZ32.5723.6617.6-
YUV134114.46177.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=48.92%
G=24.70%
B=26.38%

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
Decimal20410311000.500.460.2355.8449.7560.2
HexCC676E0322E14164323c
Octal31414715606256245446274
Binary1100110011001111101110011001010111010100101100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC676E; }

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

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

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

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

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

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

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

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