Html Css Color HEX #C6496F Cabaret

📋 copy color: '#C6496F'

red 198 ◦ green 73 ◦ blue 111

#C6496F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C6496F

Tints of Cabaret #C6496F

RGB

 RED value IS 198 (77.73% from 255) = 51.83%

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 51.83%
G = 19.11%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6496F (or 0xC6496F) is known color: Cabaret. HEX triplet: C6, 49 and 6F. RGB value is (198,73,111). Sum of RGB (Red+Green+Blue) = 198+73+111=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6496F is #39B690. Grayscale: #727272. Windows color (decimal): -3782289 or 7293382. OLE color: 7293382.

HSL color Cylindrical-coordinate representation of color #C6496F: hue angle of 341.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6496F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 111 -
CMYK 0 0.63 0.44 0.22
HSL 341.76º 0.52% 0.53% -
HSV(B) 341.76º 0.63% 0.78% -
XYZ 28.54 17.92 16.99 -
YUV 114.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 198 73 111 0 0.63 0.44 0.22 341.76 0.52 0.53
Hex C6 49 6F 0 3F 2C 16 156 34 35
Octal 306 111 157 0 77 54 26 526 64 65
Binary 11000110 1001001 1101111 0 111111 101100 10110 101010110 110100 110101

Color Harmonies of #C6496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6496F

Black with #C6496F

Text Example


Text Example

White with #C6496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6496F; }

 p { color: rgb(198,73,111); }

 H1.HeaderClassName
 {
   color: #C6496F;
 }
 .AnyTagClassName
 {
   color: #C6496F;
 }
</style>

background-color css

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

 a { background-color: rgb(198,73,111); }

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

border-color css

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

 span { border-color: rgb(198,73,111); }

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