Html Css Color HEX #C1566A Cabaret

📋 copy color: '#C1566A'

red 193 ◦ green 86 ◦ blue 106

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

Shades of Cabaret #C1566A

Tints of Cabaret #C1566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 50.13%
G = 22.34%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1566A (or 0xC1566A) is known color: Cabaret. HEX triplet: C1, 56 and 6A. RGB value is (193,86,106). Sum of RGB (Red+Green+Blue) = 193+86+106=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1566A is #3EA995. Grayscale: #787878. Windows color (decimal): -4106646 or 6969025. OLE color: 6969025.

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

Color convert

RGB 193 86 106 -
CMYK 0 0.55 0.45 0.24
HSL 348.79º 0.46% 0.55% -
HSV(B) 348.79º 0.55% 0.76% -
XYZ 27.92 19.03 15.84 -
YUV 120.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 193 86 106 0 0.55 0.45 0.24 348.79 0.46 0.55
Hex C1 56 6A 0 37 2D 18 15D 2E 37
Octal 301 126 152 0 67 55 30 535 56 67
Binary 11000001 1010110 1101010 0 110111 101101 11000 101011101 101110 110111

Color Harmonies of #C1566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1566A

Black with #C1566A

Text Example


Text Example

White with #C1566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1566A; }

 p { color: rgb(193,86,106); }

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

background-color css

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

 a { background-color: rgb(193,86,106); }

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

border-color css

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

 span { border-color: rgb(193,86,106); }

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