Html Css Color HEX #C7516F Cabaret

📋 copy color: '#C7516F'

red 199 ◦ green 81 ◦ blue 111

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

Shades of Cabaret #C7516F

Tints of Cabaret #C7516F

RGB

 RED value IS 199 (78.13% from 255) = 50.9%

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

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

R = 50.9%
G = 20.72%
B = 28.39%

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

#C7516F (or 0xC7516F) is known color: Cabaret. HEX triplet: C7, 51 and 6F. RGB value is (199,81,111). Sum of RGB (Red+Green+Blue) = 199+81+111=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7516F is #38AE90. Grayscale: #777777. Windows color (decimal): -3714705 or 7295431. OLE color: 7295431.

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

Color convert

RGB 199 81 111 -
CMYK 0 0.59 0.44 0.22
HSL 344.75º 0.51% 0.55% -
HSV(B) 344.75º 0.59% 0.78% -
XYZ 29.36 19.17 17.19 -
YUV 119.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 199 81 111 0 0.59 0.44 0.22 344.75 0.51 0.55
Hex C7 51 6F 0 3B 2C 16 159 33 37
Octal 307 121 157 0 73 54 26 531 63 67
Binary 11000111 1010001 1101111 0 111011 101100 10110 101011001 110011 110111

Color Harmonies of #C7516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7516F

Black with #C7516F

Text Example


Text Example

White with #C7516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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