#C7666B

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

Shades of Cabaret #C7666B

Tints of Cabaret #C7666B

Color information

#C7666B (or 0xC7666B) is unknown color: approx Cabaret. HEX triplet: C7, 66 and 6B. RGB value is (199,102,107). Sum of RGB (Red+Green+Blue) = 199+102+107=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7666B is #389994. Grayscale: #838383. Windows color (decimal): -3709333 or 7038663. OLE color: 7038663.

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

Color convert

RGB199102107-
CMYK00.490.460.22
HSL356.91º46.41%59.02%-
HSV(B)356.91º48.74%78.04%-
XYZ30.9622.7116.66-
YUV131.57114.14176.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.77%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=48.77%
G=25%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910210700.490.460.22356.9146.4159.02
HexC7666B0312E161652e3b
Octal30714615306156265455673
Binary1100011111001101101011011000110111010110101100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7666B; }

 p { color: rgb(199,102,107); }

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

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

 a { background-color: rgb(199,102,107); }

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

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

 span { border-color: rgb(199,102,107); }

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