Html Css Color HEX #C1556E Cabaret

📋 copy color: '#C1556E'

red 193 ◦ green 85 ◦ blue 110

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

Shades of Cabaret #C1556E

Tints of Cabaret #C1556E

RGB

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

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

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

R = 49.74%
G = 21.91%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1556E (or 0xC1556E) is known color: Cabaret. HEX triplet: C1, 55 and 6E. RGB value is (193,85,110). Sum of RGB (Red+Green+Blue) = 193+85+110=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1556E is #3EAA91. Grayscale: #787878. Windows color (decimal): -4106898 or 7230913. OLE color: 7230913.

HSL color Cylindrical-coordinate representation of color #C1556E: hue angle of 346.11º 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 #C1556E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 110 -
CMYK 0 0.56 0.43 0.24
HSL 346.11º 0.47% 0.55% -
HSV(B) 346.11º 0.56% 0.76% -
XYZ 28.06 18.96 16.93 -
YUV 120.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 193 85 110 0 0.56 0.43 0.24 346.11 0.47 0.55
Hex C1 55 6E 0 38 2B 18 15A 2F 37
Octal 301 125 156 0 70 53 30 532 57 67
Binary 11000001 1010101 1101110 0 111000 101011 11000 101011010 101111 110111

Color Harmonies of #C1556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1556E

Black with #C1556E

Text Example


Text Example

White with #C1556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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