#C94E6B

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

Shades of Cabaret #C94E6B

Tints of Cabaret #C94E6B

Color information

#C94E6B (or 0xC94E6B) is unknown color: approx Cabaret. HEX triplet: C9, 4E and 6B. RGB value is (201,78,107). Sum of RGB (Red+Green+Blue) = 201+78+107=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E6B is #36B194. Grayscale: #767676. Windows color (decimal): -3584405 or 7032521. OLE color: 7032521.

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

Color convert

RGB20178107-
CMYK00.610.470.21
HSL345.85º53.25%54.71%-
HSV(B)345.85º61.19%78.82%-
XYZ29.4718.9316.01-
YUV118.08121.75187.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.07%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=52.07%
G=20.21%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017810700.610.470.21345.8553.2554.71
HexC94E6B03D2F1515a3537
Octal31111615307557255326567
Binary1100100110011101101011011110110111110101101011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94E6B; }

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

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

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

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

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

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

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

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