#C83F60

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

Shades of Cabaret #C83F60

Tints of Cabaret #C83F60

Color information

#C83F60 (or 0xC83F60) is unknown color: approx Cabaret. HEX triplet: C8, 3F and 60. RGB value is (200,63,96). Sum of RGB (Red+Green+Blue) = 200+63+96=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F60 is #37C09F. Grayscale: #6B6B6B. Windows color (decimal): -3653792 or 6307784. OLE color: 6307784.

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

Color convert

RGB2006396-
CMYK00.680.520.22
HSL345.55º55.47%51.57%-
HSV(B)345.55º68.5%78.43%-
XYZ27.7116.6812.83-
YUV107.72121.39193.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.71%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=55.71%
G=17.55%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200639600.680.520.22345.5555.4751.57
HexC83F60044341615a3734
Octal31077140010464265326764
Binary1100100011111111000000100010011010010110101011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F60; }

 p { color: rgb(200,63,96); }

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

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

 a { background-color: rgb(200,63,96); }

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

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

 span { border-color: rgb(200,63,96); }

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