Html Css Color HEX #C16971 Cabaret

📋 copy color: '#C16971'

red 193 ◦ green 105 ◦ blue 113

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

Shades of Cabaret #C16971

Tints of Cabaret #C16971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 46.96%
G = 25.55%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C16971 (or 0xC16971) is known color: Cabaret. HEX triplet: C1, 69 and 71. RGB value is (193,105,113). Sum of RGB (Red+Green+Blue) = 193+105+113=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16971 is #3E968E. Grayscale: #848484. Windows color (decimal): -4101775 or 7432641. OLE color: 7432641.

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

Color convert

RGB 193 105 113 -
CMYK 0 0.46 0.41 0.24
HSL 354.55º 0.42% 0.58% -
HSV(B) 354.55º 0.46% 0.76% -
XYZ 30.02 22.63 18.41 -
YUV 132.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 193 105 113 0 0.46 0.41 0.24 354.55 0.42 0.58
Hex C1 69 71 0 2E 29 18 163 2A 3A
Octal 301 151 161 0 56 51 30 543 52 72
Binary 11000001 1101001 1110001 0 101110 101001 11000 101100011 101010 111010

Color Harmonies of #C16971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16971

Black with #C16971

Text Example


Text Example

White with #C16971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16971; }

 p { color: rgb(193,105,113); }

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

background-color css

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

 a { background-color: rgb(193,105,113); }

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

border-color css

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

 span { border-color: rgb(193,105,113); }

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