#C3656A

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

Shades of Cabaret #C3656A

Tints of Cabaret #C3656A

Color information

#C3656A (or 0xC3656A) is unknown color: approx Cabaret. HEX triplet: C3, 65 and 6A. RGB value is (195,101,106). Sum of RGB (Red+Green+Blue) = 195+101+106=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3656A is #3C9A95. Grayscale: #818181. Windows color (decimal): -3971734 or 6972867. OLE color: 6972867.

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

Color convert

RGB195101106-
CMYK00.480.460.24
HSL356.81º43.93%58.04%-
HSV(B)356.81º48.21%76.47%-
XYZ29.7621.9516.3-
YUV129.68114.64174.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=48.51%
G=25.12%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510110600.480.460.24356.8143.9358.04
HexC3656A0302E181652c3a
Octal30314515206056305455472
Binary1100001111001011101010011000010111011000101100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3656A; }

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

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

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

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

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

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

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

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