Html Css Color HEX #C6516E Cabaret

📋 copy color: '#C6516E'

red 198 ◦ green 81 ◦ blue 110

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

Shades of Cabaret #C6516E

Tints of Cabaret #C6516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 50.9%
G = 20.82%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6516E (or 0xC6516E) is known color: Cabaret. HEX triplet: C6, 51 and 6E. RGB value is (198,81,110). Sum of RGB (Red+Green+Blue) = 198+81+110=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6516E is #39AE91. Grayscale: #777777. Windows color (decimal): -3780242 or 7229894. OLE color: 7229894.

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

Color convert

RGB 198 81 110 -
CMYK 0 0.59 0.44 0.22
HSL 345.13º 0.51% 0.55% -
HSV(B) 345.13º 0.59% 0.78% -
XYZ 29.05 19.02 16.89 -
YUV 119.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 198 81 110 0 0.59 0.44 0.22 345.13 0.51 0.55
Hex C6 51 6E 0 3B 2C 16 159 33 37
Octal 306 121 156 0 73 54 26 531 63 67
Binary 11000110 1010001 1101110 0 111011 101100 10110 101011001 110011 110111

Color Harmonies of #C6516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6516E

Black with #C6516E

Text Example


Text Example

White with #C6516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6516E; }

 p { color: rgb(198,81,110); }

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

background-color css

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

 a { background-color: rgb(198,81,110); }

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

border-color css

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

 span { border-color: rgb(198,81,110); }

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