#C36A70

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

Shades of Cabaret #C36A70

Tints of Cabaret #C36A70

Color information

#C36A70 (or 0xC36A70) is unknown color: approx Cabaret. HEX triplet: C3, 6A and 70. RGB value is (195,106,112). Sum of RGB (Red+Green+Blue) = 195+106+112=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A70 is #3C958F. Grayscale: #858585. Windows color (decimal): -3970448 or 7367363. OLE color: 7367363.

HSL color Cylindrical-coordinate representation of color #C36A70: hue angle of 355.96º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A70 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB195106112-
CMYK00.460.430.24
HSL355.96º42.58%59.02%-
HSV(B)355.96º45.64%76.47%-
XYZ30.5823.0818.17-
YUV133.29115.99172.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=47.22%
G=25.67%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510611200.460.430.24355.9642.5859.02
HexC36A7002E2B181642b3b
Octal30315216005653305445373
Binary1100001111010101110000010111010101111000101100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A70; }

 p { color: rgb(195,106,112); }

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

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

 a { background-color: rgb(195,106,112); }

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

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

 span { border-color: rgb(195,106,112); }

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