#C85E67

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

Shades of Cabaret #C85E67

Tints of Cabaret #C85E67

Color information

#C85E67 (or 0xC85E67) is unknown color: approx Cabaret. HEX triplet: C8, 5E and 67. RGB value is (200,94,103). Sum of RGB (Red+Green+Blue) = 200+94+103=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E67 is #37A198. Grayscale: #7E7E7E. Windows color (decimal): -3645849 or 6774472. OLE color: 6774472.

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

Color convert

RGB20094103-
CMYK00.530.480.22
HSL354.91º49.07%57.65%-
HSV(B)354.91º53%78.43%-
XYZ30.2721.2615.34-
YUV126.72114.62180.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=50.38%
G=23.68%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009410300.530.480.22354.9149.0757.65
HexC85E670353016163313a
Octal31013614706560265436172
Binary1100100010111101100111011010111000010110101100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E67; }

 p { color: rgb(200,94,103); }

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

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

 a { background-color: rgb(200,94,103); }

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

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

 span { border-color: rgb(200,94,103); }

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