Html Css Color HEX #C6556C Cabaret

📋 copy color: '#C6556C'

red 198 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #C6556C

Tints of Cabaret #C6556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 50.64%
G = 21.74%
B = 27.62%

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

#C6556C (or 0xC6556C) is known color: Cabaret. HEX triplet: C6, 55 and 6C. RGB value is (198,85,108). Sum of RGB (Red+Green+Blue) = 198+85+108=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6556C is #39AA93. Grayscale: #797979. Windows color (decimal): -3779220 or 7099846. OLE color: 7099846.

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

Color convert

RGB 198 85 108 -
CMYK 0 0.57 0.45 0.22
HSL 347.79º 0.5% 0.55% -
HSV(B) 347.79º 0.57% 0.78% -
XYZ 29.24 19.59 16.43 -
YUV 121.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 198 85 108 0 0.57 0.45 0.22 347.79 0.5 0.55
Hex C6 55 6C 0 39 2D 16 15C 32 37
Octal 306 125 154 0 71 55 26 534 62 67
Binary 11000110 1010101 1101100 0 111001 101101 10110 101011100 110010 110111

Color Harmonies of #C6556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6556C

Black with #C6556C

Text Example


Text Example

White with #C6556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6556C; }

 p { color: rgb(198,85,108); }

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

background-color css

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

 a { background-color: rgb(198,85,108); }

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

border-color css

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

 span { border-color: rgb(198,85,108); }

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