#C8626D

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

Shades of Cabaret #C8626D

Tints of Cabaret #C8626D

Color information

#C8626D (or 0xC8626D) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 6D. RGB value is (200,98,109). Sum of RGB (Red+Green+Blue) = 200+98+109=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8626D is #379D92. Grayscale: #818181. Windows color (decimal): -3644819 or 7168712. OLE color: 7168712.

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

Color convert

RGB20098109-
CMYK00.510.460.22
HSL353.53º48.11%58.43%-
HSV(B)353.53º51%78.43%-
XYZ30.9522.1217.11-
YUV129.75116.29178.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=49.14%
G=24.08%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009810900.510.460.22353.5348.1158.43
HexC8626D0332E16162303a
Octal31014215506356265426072
Binary1100100011000101101101011001110111010110101100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8626D; }

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

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

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

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

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

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

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

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