#C8626F

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

Shades of Cabaret #C8626F

Tints of Cabaret #C8626F

Color information

#C8626F (or 0xC8626F) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 6F. RGB value is (200,98,111). Sum of RGB (Red+Green+Blue) = 200+98+111=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8626F is #379D90. Grayscale: #828282. Windows color (decimal): -3644817 or 7299784. OLE color: 7299784.

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

Color convert

RGB20098111-
CMYK00.510.440.22
HSL352.35º48.11%58.43%-
HSV(B)352.35º51%78.43%-
XYZ31.0622.1617.68-
YUV129.98117.29177.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=48.90%
G=23.96%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009811100.510.440.22352.3548.1158.43
HexC8626F0332C16160303a
Octal31014215706354265406072
Binary1100100011000101101111011001110110010110101100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8626F; }

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

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

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

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

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

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

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

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