#C84E6B

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

Shades of Cabaret #C84E6B

Tints of Cabaret #C84E6B

Color information

#C84E6B (or 0xC84E6B) is unknown color: approx Cabaret. HEX triplet: C8, 4E and 6B. RGB value is (200,78,107). Sum of RGB (Red+Green+Blue) = 200+78+107=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E6B is #37B194. Grayscale: #757575. Windows color (decimal): -3649941 or 7032520. OLE color: 7032520.

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

Color convert

RGB20078107-
CMYK00.610.460.22
HSL345.74º52.59%54.51%-
HSV(B)345.74º61%78.43%-
XYZ29.218.7916-
YUV117.78121.92186.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=51.95%
G=20.26%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007810700.610.460.22345.7452.5954.51
HexC84E6B03D2E1615a3537
Octal31011615307556265326567
Binary1100100010011101101011011110110111010110101011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84E6B; }

 p { color: rgb(200,78,107); }

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

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

 a { background-color: rgb(200,78,107); }

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

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

 span { border-color: rgb(200,78,107); }

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