#C84775

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

Shades of Cabaret #C84775

Tints of Cabaret #C84775

Color information

#C84775 (or 0xC84775) is unknown color: approx Cabaret. HEX triplet: C8, 47 and 75. RGB value is (200,71,117). Sum of RGB (Red+Green+Blue) = 200+71+117=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84775 is #37B88A. Grayscale: #727272. Windows color (decimal): -3651723 or 7686088. OLE color: 7686088.

HSL color Cylindrical-coordinate representation of color #C84775: hue angle of 338.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84775 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB20071117-
CMYK00.640.420.22
HSL338.6º53.97%53.14%-
HSV(B)338.6º64.5%78.43%-
XYZ29.2818.0718.77-
YUV114.82129.24188.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 71 (28.12% from 255) = 18.30%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=51.55%
G=18.30%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007111700.640.420.22338.653.9753.14
HexC847750402A161533635
Octal310107165010052265236665
Binary11001000100011111101010100000010101010110101010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84775; }

 p { color: rgb(200,71,117); }

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

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

 a { background-color: rgb(200,71,117); }

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

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

 span { border-color: rgb(200,71,117); }

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