#C65767

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

Shades of Cabaret #C65767

Tints of Cabaret #C65767

Color information

#C65767 (or 0xC65767) is unknown color: approx Cabaret. HEX triplet: C6, 57 and 67. RGB value is (198,87,103). Sum of RGB (Red+Green+Blue) = 198+87+103=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65767 is #39A898. Grayscale: #7A7A7A. Windows color (decimal): -3778713 or 6772678. OLE color: 6772678.

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

Color convert

RGB19887103-
CMYK00.560.480.22
HSL351.35º49.33%55.88%-
HSV(B)351.35º56.06%77.65%-
XYZ29.1519.815.12-
YUV122.01117.27182.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=51.03%
G=22.42%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988710300.560.480.22351.3549.3355.88
HexC65767038301615f3138
Octal30612714707060265376170
Binary1100011010101111100111011100011000010110101011111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65767; }

 p { color: rgb(198,87,103); }

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

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

 a { background-color: rgb(198,87,103); }

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

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

 span { border-color: rgb(198,87,103); }

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