Html Css Color HEX #C6516F Cabaret

📋 copy color: '#C6516F'

red 198 ◦ green 81 ◦ blue 111

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

Shades of Cabaret #C6516F

Tints of Cabaret #C6516F

RGB

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

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

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

R = 50.77%
G = 20.77%
B = 28.46%

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

#C6516F (or 0xC6516F) is known color: Cabaret. HEX triplet: C6, 51 and 6F. RGB value is (198,81,111). Sum of RGB (Red+Green+Blue) = 198+81+111=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6516F is #39AE90. Grayscale: #777777. Windows color (decimal): -3780241 or 7295430. OLE color: 7295430.

HSL color Cylindrical-coordinate representation of color #C6516F: hue angle of 344.62º 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 #C6516F is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 81 111 -
CMYK 0 0.59 0.44 0.22
HSL 344.62º 0.51% 0.55% -
HSV(B) 344.62º 0.59% 0.78% -
XYZ 29.1 19.04 17.18 -
YUV 119.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 198 81 111 0 0.59 0.44 0.22 344.62 0.51 0.55
Hex C6 51 6F 0 3B 2C 16 159 33 37
Octal 306 121 157 0 73 54 26 531 63 67
Binary 11000110 1010001 1101111 0 111011 101100 10110 101011001 110011 110111

Color Harmonies of #C6516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6516F

Black with #C6516F

Text Example


Text Example

White with #C6516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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