Html Css Color HEX #C5556C Cabaret

📋 copy color: '#C5556C'

red 197 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #C5556C

Tints of Cabaret #C5556C

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

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

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

R = 50.51%
G = 21.79%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5556C (or 0xC5556C) is known color: Cabaret. HEX triplet: C5, 55 and 6C. RGB value is (197,85,108). Sum of RGB (Red+Green+Blue) = 197+85+108=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5556C is #3AAA93. Grayscale: #797979. Windows color (decimal): -3844756 or 7099845. OLE color: 7099845.

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

Color convert

RGB 197 85 108 -
CMYK 0 0.57 0.45 0.23
HSL 347.68º 0.49% 0.55% -
HSV(B) 347.68º 0.57% 0.77% -
XYZ 28.98 19.45 16.41 -
YUV 121.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 197 85 108 0 0.57 0.45 0.23 347.68 0.49 0.55
Hex C5 55 6C 0 39 2D 17 15C 31 37
Octal 305 125 154 0 71 55 27 534 61 67
Binary 11000101 1010101 1101100 0 111001 101101 10111 101011100 110001 110111

Color Harmonies of #C5556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5556C

Black with #C5556C

Text Example


Text Example

White with #C5556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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