Html Css Color HEX #C7556E Cabaret

📋 copy color: '#C7556E'

red 199 ◦ green 85 ◦ blue 110

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

Shades of Cabaret #C7556E

Tints of Cabaret #C7556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.57%

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

R = 50.51%
G = 21.57%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7556E (or 0xC7556E) is known color: Cabaret. HEX triplet: C7, 55 and 6E. RGB value is (199,85,110). Sum of RGB (Red+Green+Blue) = 199+85+110=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556E is #38AA91. Grayscale: #797979. Windows color (decimal): -3713682 or 7230919. OLE color: 7230919.

HSL color Cylindrical-coordinate representation of color #C7556E: hue angle of 346.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7556E is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 110 -
CMYK 0 0.57 0.45 0.22
HSL 346.84º 0.5% 0.56% -
HSV(B) 346.84º 0.57% 0.78% -
XYZ 29.62 19.76 17.01 -
YUV 121.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 199 85 110 0 0.57 0.45 0.22 346.84 0.5 0.56
Hex C7 55 6E 0 39 2D 16 15B 32 38
Octal 307 125 156 0 71 55 26 533 62 70
Binary 11000111 1010101 1101110 0 111001 101101 10110 101011011 110010 111000

Color Harmonies of #C7556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7556E

Black with #C7556E

Text Example


Text Example

White with #C7556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7556E; }

 p { color: rgb(199,85,110); }

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

background-color css

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

 a { background-color: rgb(199,85,110); }

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

border-color css

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

 span { border-color: rgb(199,85,110); }

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