Html Css Color HEX #C16471 Cabaret

📋 copy color: '#C16471'

red 193 ◦ green 100 ◦ blue 113

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

Shades of Cabaret #C16471

Tints of Cabaret #C16471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.63%

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

R = 47.54%
G = 24.63%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C16471 (or 0xC16471) is known color: Cabaret. HEX triplet: C1, 64 and 71. RGB value is (193,100,113). Sum of RGB (Red+Green+Blue) = 193+100+113=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C16471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16471 is #3E9B8E. Grayscale: #818181. Windows color (decimal): -4103055 or 7431361. OLE color: 7431361.

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

Color convert

RGB 193 100 113 -
CMYK 0 0.48 0.41 0.24
HSL 351.61º 0.43% 0.57% -
HSV(B) 351.61º 0.48% 0.76% -
XYZ 29.53 21.64 18.24 -
YUV 129.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 193 100 113 0 0.48 0.41 0.24 351.61 0.43 0.57
Hex C1 64 71 0 30 29 18 160 2B 39
Octal 301 144 161 0 60 51 30 540 53 71
Binary 11000001 1100100 1110001 0 110000 101001 11000 101100000 101011 111001

Color Harmonies of #C16471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16471

Black with #C16471

Text Example


Text Example

White with #C16471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16471; }

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

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

background-color css

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

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

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

border-color css

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

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

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