Html Css Color HEX #C1576A Cabaret

📋 copy color: '#C1576A'

red 193 ◦ green 87 ◦ blue 106

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

Shades of Cabaret #C1576A

Tints of Cabaret #C1576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

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

R = 50%
G = 22.54%
B = 27.46%

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

#C1576A (or 0xC1576A) is known color: Cabaret. HEX triplet: C1, 57 and 6A. RGB value is (193,87,106). Sum of RGB (Red+Green+Blue) = 193+87+106=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1576A is #3EA895. Grayscale: #787878. Windows color (decimal): -4106390 or 6969281. OLE color: 6969281.

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

Color convert

RGB 193 87 106 -
CMYK 0 0.55 0.45 0.24
HSL 349.25º 0.46% 0.55% -
HSV(B) 349.25º 0.55% 0.76% -
XYZ 28 19.19 15.86 -
YUV 120.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 193 87 106 0 0.55 0.45 0.24 349.25 0.46 0.55
Hex C1 57 6A 0 37 2D 18 15D 2E 37
Octal 301 127 152 0 67 55 30 535 56 67
Binary 11000001 1010111 1101010 0 110111 101101 11000 101011101 101110 110111

Color Harmonies of #C1576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1576A

Black with #C1576A

Text Example


Text Example

White with #C1576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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