#C2666A

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

Shades of Cabaret #C2666A

Tints of Cabaret #C2666A

Color information

#C2666A (or 0xC2666A) is unknown color: approx Cabaret. HEX triplet: C2, 66 and 6A. RGB value is (194,102,106). Sum of RGB (Red+Green+Blue) = 194+102+106=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2666A is #3D9995. Grayscale: #828282. Windows color (decimal): -4037014 or 6973122. OLE color: 6973122.

HSL color Cylindrical-coordinate representation of color #C2666A: hue angle of 357.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2666A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194102106-
CMYK00.470.450.24
HSL357.39º42.99%58.04%-
HSV(B)357.39º47.42%76.08%-
XYZ29.622.0116.32-
YUV129.96114.48173.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=48.26%
G=25.37%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410210600.470.450.24357.3942.9958.04
HexC2666A02F2D181652b3a
Octal30214615205755305455372
Binary1100001011001101101010010111110110111000101100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2666A; }

 p { color: rgb(194,102,106); }

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

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

 a { background-color: rgb(194,102,106); }

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

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

 span { border-color: rgb(194,102,106); }

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