#CC6270

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

Shades of Cabaret #CC6270

Tints of Cabaret #CC6270

Color information

#CC6270 (or 0xCC6270) is unknown color: approx Cabaret. HEX triplet: CC, 62 and 70. RGB value is (204,98,112). Sum of RGB (Red+Green+Blue) = 204+98+112=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6270 is #339D8F. Grayscale: #838383. Windows color (decimal): -3382672 or 7365324. OLE color: 7365324.

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

Color convert

RGB20498112-
CMYK00.520.450.2
HSL352.08º50.96%59.22%-
HSV(B)352.08º51.96%80%-
XYZ32.1922.7418.02-
YUV131.29117.12179.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=49.28%
G=23.67%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049811200.520.450.2352.0850.9659.22
HexCC62700342D14160333b
Octal31414216006455245406373
Binary1100110011000101110000011010010110110100101100000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6270; }

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

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

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

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

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

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

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

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