#C76775

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

Shades of Cabaret #C76775

Tints of Cabaret #C76775

Color information

#C76775 (or 0xC76775) is unknown color: approx Cabaret. HEX triplet: C7, 67 and 75. RGB value is (199,103,117). Sum of RGB (Red+Green+Blue) = 199+103+117=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76775 is #38988A. Grayscale: #858585. Windows color (decimal): -3709067 or 7694279. OLE color: 7694279.

HSL color Cylindrical-coordinate representation of color #C76775: hue angle of 351.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76775 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199103117-
CMYK00.480.410.22
HSL351.25º46.15%59.22%-
HSV(B)351.25º48.24%78.04%-
XYZ31.6123.1319.63-
YUV133.3118.8174.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=47.49%
G=24.58%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910311700.480.410.22351.2546.1559.22
HexC76775030291615f2e3b
Octal30714716506051265375673
Binary1100011111001111110101011000010100110110101011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76775; }

 p { color: rgb(199,103,117); }

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

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

 a { background-color: rgb(199,103,117); }

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

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

 span { border-color: rgb(199,103,117); }

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