#C83F64

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

Shades of Cabaret #C83F64

Tints of Cabaret #C83F64

Color information

#C83F64 (or 0xC83F64) is unknown color: approx Cabaret. HEX triplet: C8, 3F and 64. RGB value is (200,63,100). Sum of RGB (Red+Green+Blue) = 200+63+100=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F64 is #37C09B. Grayscale: #6C6C6C. Windows color (decimal): -3653788 or 6569928. OLE color: 6569928.

HSL color Cylindrical-coordinate representation of color #C83F64: hue angle of 343.8º 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 #C83F64 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB20063100-
CMYK00.680.50.22
HSL343.8º55.47%51.57%-
HSV(B)343.8º68.5%78.43%-
XYZ27.916.7513.82-
YUV108.18123.39193.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.10%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=55.10%
G=17.36%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006310000.680.50.22343.855.4751.57
HexC83F6404432161583734
Octal31077144010462265306764
Binary1100100011111111001000100010011001010110101011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F64; }

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

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

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

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

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

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

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

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