#C8426D

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

Shades of Cabaret #C8426D

Tints of Cabaret #C8426D

Color information

#C8426D (or 0xC8426D) is unknown color: approx Cabaret. HEX triplet: C8, 42 and 6D. RGB value is (200,66,109). Sum of RGB (Red+Green+Blue) = 200+66+109=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8426D is #37BD92. Grayscale: #6E6E6E. Windows color (decimal): -3653011 or 7160520. OLE color: 7160520.

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

Color convert

RGB20066109-
CMYK00.670.460.22
HSL340.75º54.92%52.16%-
HSV(B)340.75º67%78.43%-
XYZ28.5317.2816.3-
YUV110.97126.89191.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=53.33%
G=17.6%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006610900.670.460.22340.7554.9252.16
HexC8426D0432E161553734
Octal310102155010356265256764
Binary11001000100001011011010100001110111010110101010101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8426D; }

 p { color: rgb(200,66,109); }

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

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

 a { background-color: rgb(200,66,109); }

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

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

 span { border-color: rgb(200,66,109); }

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