#CC6279

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

Shades of Cabaret #CC6279

Tints of Cabaret #CC6279

Color information

#CC6279 (or 0xCC6279) is unknown color: approx Cabaret. HEX triplet: CC, 62 and 79. RGB value is (204,98,121). Sum of RGB (Red+Green+Blue) = 204+98+121=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6279 is #339D86. Grayscale: #848484. Windows color (decimal): -3382663 or 7955148. OLE color: 7955148.

HSL color Cylindrical-coordinate representation of color #CC6279: hue angle of 346.98º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6279 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB20498121-
CMYK00.520.410.2
HSL346.98º50.96%59.22%-
HSV(B)346.98º51.96%80%-
XYZ32.7222.9520.8-
YUV132.32121.62179.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=48.23%
G=23.17%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049812100.520.410.2346.9850.9659.22
HexCC6279034291415b333b
Octal31414217106451245336373
Binary1100110011000101111001011010010100110100101011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6279; }

 p { color: rgb(204,98,121); }

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

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

 a { background-color: rgb(204,98,121); }

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

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

 span { border-color: rgb(204,98,121); }

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