#C36672

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

Shades of Cabaret #C36672

Tints of Cabaret #C36672

Color information

#C36672 (or 0xC36672) is unknown color: approx Cabaret. HEX triplet: C3, 66 and 72. RGB value is (195,102,114). Sum of RGB (Red+Green+Blue) = 195+102+114=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36672 is #3C998D. Grayscale: #838383. Windows color (decimal): -3971470 or 7497411. OLE color: 7497411.

HSL color Cylindrical-coordinate representation of color #C36672: hue angle of 352.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36672 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195102114-
CMYK00.480.420.24
HSL352.26º43.66%58.24%-
HSV(B)352.26º47.69%76.47%-
XYZ30.2922.3218.63-
YUV131.18118.31173.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=47.45%
G=24.82%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510211400.480.420.24352.2643.6658.24
HexC366720302A181602c3a
Octal30314616206052305405472
Binary1100001111001101110010011000010101011000101100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36672; }

 p { color: rgb(195,102,114); }

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

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

 a { background-color: rgb(195,102,114); }

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

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

 span { border-color: rgb(195,102,114); }

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