#C2646F

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

Shades of Cabaret #C2646F

Tints of Cabaret #C2646F

Color information

#C2646F (or 0xC2646F) is unknown color: approx Cabaret. HEX triplet: C2, 64 and 6F. RGB value is (194,100,111). Sum of RGB (Red+Green+Blue) = 194+100+111=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2646F is #3D9B90. Grayscale: #818181. Windows color (decimal): -4037521 or 7300290. OLE color: 7300290.

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

Color convert

RGB194100111-
CMYK00.480.430.24
HSL352.98º43.52%57.65%-
HSV(B)352.98º48.45%76.08%-
XYZ29.6721.7317.67-
YUV129.36117.64174.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=47.90%
G=24.69%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410011100.480.430.24352.9843.5257.65
HexC2646F0302B181612c3a
Octal30214415706053305415472
Binary1100001011001001101111011000010101111000101100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2646F; }

 p { color: rgb(194,100,111); }

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

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

 a { background-color: rgb(194,100,111); }

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

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

 span { border-color: rgb(194,100,111); }

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