#CC6369

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

Shades of Cabaret #CC6369

Tints of Cabaret #CC6369

Color information

#CC6369 (or 0xCC6369) is unknown color: approx Cabaret. HEX triplet: CC, 63 and 69. RGB value is (204,99,105). Sum of RGB (Red+Green+Blue) = 204+99+105=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6369 is #339C96. Grayscale: #838383. Windows color (decimal): -3382423 or 6906828. OLE color: 6906828.

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

Color convert

RGB20499105-
CMYK00.510.490.2
HSL356.57º50.72%59.41%-
HSV(B)356.57º51.47%80%-
XYZ31.9122.7816.08-
YUV131.08113.29180.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=50%
G=24.26%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049910500.510.490.2356.5750.7259.41
HexCC63690333114165333b
Octal31414315106361245456373
Binary1100110011000111101001011001111000110100101100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6369; }

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

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

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

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

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

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

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

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