Html Css Color HEX #C1556D Cabaret

📋 copy color: '#C1556D'

red 193 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #C1556D

Tints of Cabaret #C1556D

RGB

 RED value IS 193 (75.78% from 255) = 49.87%

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

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 49.87%
G = 21.96%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1556D (or 0xC1556D) is known color: Cabaret. HEX triplet: C1, 55 and 6D. RGB value is (193,85,109). Sum of RGB (Red+Green+Blue) = 193+85+109=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1556D is #3EAA92. Grayscale: #787878. Windows color (decimal): -4106899 or 7165377. OLE color: 7165377.

HSL color Cylindrical-coordinate representation of color #C1556D: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1556D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 109 -
CMYK 0 0.56 0.44 0.24
HSL 346.67º 0.47% 0.55% -
HSV(B) 346.67º 0.56% 0.76% -
XYZ 28 18.94 16.65 -
YUV 120.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 193 85 109 0 0.56 0.44 0.24 346.67 0.47 0.55
Hex C1 55 6D 0 38 2C 18 15B 2F 37
Octal 301 125 155 0 70 54 30 533 57 67
Binary 11000001 1010101 1101101 0 111000 101100 11000 101011011 101111 110111

Color Harmonies of #C1556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1556D

Black with #C1556D

Text Example


Text Example

White with #C1556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1556D; }

 p { color: rgb(193,85,109); }

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

background-color css

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

 a { background-color: rgb(193,85,109); }

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

border-color css

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

 span { border-color: rgb(193,85,109); }

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