Html Css Color HEX #C1566B Cabaret

📋 copy color: '#C1566B'

red 193 ◦ green 86 ◦ blue 107

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

Shades of Cabaret #C1566B

Tints of Cabaret #C1566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 50%
G = 22.28%
B = 27.72%

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

#C1566B (or 0xC1566B) is known color: Cabaret. HEX triplet: C1, 56 and 6B. RGB value is (193,86,107). Sum of RGB (Red+Green+Blue) = 193+86+107=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1566B is #3EA994. Grayscale: #787878. Windows color (decimal): -4106645 or 7034561. OLE color: 7034561.

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

Color convert

RGB 193 86 107 -
CMYK 0 0.55 0.45 0.24
HSL 348.22º 0.46% 0.55% -
HSV(B) 348.22º 0.55% 0.76% -
XYZ 27.97 19.05 16.11 -
YUV 120.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 193 86 107 0 0.55 0.45 0.24 348.22 0.46 0.55
Hex C1 56 6B 0 37 2D 18 15C 2E 37
Octal 301 126 153 0 67 55 30 534 56 67
Binary 11000001 1010110 1101011 0 110111 101101 11000 101011100 101110 110111

Color Harmonies of #C1566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1566B

Black with #C1566B

Text Example


Text Example

White with #C1566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1566B; }

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

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

background-color css

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

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

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

border-color css

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

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

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