#C36671

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

Shades of Cabaret #C36671

Tints of Cabaret #C36671

Color information

#C36671 (or 0xC36671) is unknown color: approx Cabaret. HEX triplet: C3, 66 and 71. RGB value is (195,102,113). Sum of RGB (Red+Green+Blue) = 195+102+113=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C36671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36671 is #3C998E. Grayscale: #838383. Windows color (decimal): -3971471 or 7431875. OLE color: 7431875.

HSL color Cylindrical-coordinate representation of color #C36671: hue angle of 352.9º 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 #C36671 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195102113-
CMYK00.480.420.24
HSL352.9º43.66%58.24%-
HSV(B)352.9º47.69%76.47%-
XYZ30.2422.318.33-
YUV131.06117.81173.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=47.56%
G=24.88%
B=27.56%

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
Decimal19510211300.480.420.24352.943.6658.24
HexC366710302A181612c3a
Octal30314616106052305415472
Binary1100001111001101110001011000010101011000101100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36671; }

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

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

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

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

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

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

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

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