Html Css Color HEX #C1586D Cabaret

📋 copy color: '#C1586D'

red 193 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #C1586D

Tints of Cabaret #C1586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 49.49%
G = 22.56%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1586D (or 0xC1586D) is known color: Cabaret. HEX triplet: C1, 58 and 6D. RGB value is (193,88,109). Sum of RGB (Red+Green+Blue) = 193+88+109=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1586D is #3EA792. Grayscale: #797979. Windows color (decimal): -4106131 or 7166145. OLE color: 7166145.

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

Color convert

RGB 193 88 109 -
CMYK 0 0.54 0.44 0.24
HSL 348º 0.46% 0.55% -
HSV(B) 348º 0.54% 0.76% -
XYZ 28.24 19.42 16.73 -
YUV 121.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 193 88 109 0 0.54 0.44 0.24 348 0.46 0.55
Hex C1 58 6D 0 36 2C 18 15C 2E 37
Octal 301 130 155 0 66 54 30 534 56 67
Binary 11000001 1011000 1101101 0 110110 101100 11000 101011100 101110 110111

Color Harmonies of #C1586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1586D

Black with #C1586D

Text Example


Text Example

White with #C1586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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