#C26675

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

Shades of Cabaret #C26675

Tints of Cabaret #C26675

Color information

#C26675 (or 0xC26675) is unknown color: approx Cabaret. HEX triplet: C2, 66 and 75. RGB value is (194,102,117). Sum of RGB (Red+Green+Blue) = 194+102+117=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26675 is #3D998A. Grayscale: #838383. Windows color (decimal): -4037003 or 7694018. OLE color: 7694018.

HSL color Cylindrical-coordinate representation of color #C26675: hue angle of 350.22º 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 #C26675 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194102117-
CMYK00.470.400.24
HSL350.22º42.99%58.04%-
HSV(B)350.22º47.42%76.08%-
XYZ30.2122.2619.53-
YUV131.22119.98172.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=46.97%
G=24.70%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410211700.470.400.24350.2242.9958.04
HexC2667502F281815e2b3a
Octal30214616505750305365372
Binary1100001011001101110101010111110100011000101011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26675; }

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

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

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

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

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

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

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

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