#CC6278

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

Shades of Cabaret #CC6278

Tints of Cabaret #CC6278

Color information

#CC6278 (or 0xCC6278) is unknown color: approx Cabaret. HEX triplet: CC, 62 and 78. RGB value is (204,98,120). Sum of RGB (Red+Green+Blue) = 204+98+120=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6278 is #339D87. Grayscale: #848484. Windows color (decimal): -3382664 or 7889612. OLE color: 7889612.

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

Color convert

RGB20498120-
CMYK00.520.410.2
HSL347.55º50.96%59.22%-
HSV(B)347.55º51.96%80%-
XYZ32.6622.9320.47-
YUV132.2121.12179.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=48.34%
G=23.22%
B=28.44%

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
Decimal2049812000.520.410.2347.5550.9659.22
HexCC6278034291415c333b
Octal31414217006451245346373
Binary1100110011000101111000011010010100110100101011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6278; }

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

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

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

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

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

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

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

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