Html Css Color HEX #C6556E Cabaret

📋 copy color: '#C6556E'

red 198 ◦ green 85 ◦ blue 110

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

Shades of Cabaret #C6556E

Tints of Cabaret #C6556E

RGB

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

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

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

R = 50.38%
G = 21.63%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6556E (or 0xC6556E) is known color: Cabaret. HEX triplet: C6, 55 and 6E. RGB value is (198,85,110). Sum of RGB (Red+Green+Blue) = 198+85+110=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6556E is #39AA91. Grayscale: #797979. Windows color (decimal): -3779218 or 7230918. OLE color: 7230918.

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

Color convert

RGB 198 85 110 -
CMYK 0 0.57 0.44 0.22
HSL 346.73º 0.5% 0.55% -
HSV(B) 346.73º 0.57% 0.78% -
XYZ 29.35 19.63 16.99 -
YUV 121.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 198 85 110 0 0.57 0.44 0.22 346.73 0.5 0.55
Hex C6 55 6E 0 39 2C 16 15B 32 37
Octal 306 125 156 0 71 54 26 533 62 67
Binary 11000110 1010101 1101110 0 111001 101100 10110 101011011 110010 110111

Color Harmonies of #C6556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6556E

Black with #C6556E

Text Example


Text Example

White with #C6556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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