#CC6069

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

Shades of Cabaret #CC6069

Tints of Cabaret #CC6069

Color information

#CC6069 (or 0xCC6069) is unknown color: approx Cabaret. HEX triplet: CC, 60 and 69. RGB value is (204,96,105). Sum of RGB (Red+Green+Blue) = 204+96+105=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6069 is #339F96. Grayscale: #818181. Windows color (decimal): -3383191 or 6906060. OLE color: 6906060.

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

Color convert

RGB20496105-
CMYK00.530.490.2
HSL355º51.43%58.82%-
HSV(B)355º52.94%80%-
XYZ31.6322.2215.99-
YUV129.32114.28181.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=50.37%
G=23.70%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049610500.530.490.235551.4358.82
HexCC60690353114163333b
Octal31414015106561245436373
Binary1100110011000001101001011010111000110100101100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6069; }

 p { color: rgb(204,96,105); }

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

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

 a { background-color: rgb(204,96,105); }

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

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

 span { border-color: rgb(204,96,105); }

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