Html Css Color HEX #C46071 Cabaret

📋 copy color: '#C46071'

red 196 ◦ green 96 ◦ blue 113

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

Shades of Cabaret #C46071

Tints of Cabaret #C46071

RGB

 RED value IS 196 (76.95% from 255) = 48.4%

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 48.4%
G = 23.7%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46071 (or 0xC46071) is known color: Cabaret. HEX triplet: C4, 60 and 71. RGB value is (196,96,113). Sum of RGB (Red+Green+Blue) = 196+96+113=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C46071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46071 is #3B9F8E. Grayscale: #7F7F7F. Windows color (decimal): -3907471 or 7430340. OLE color: 7430340.

HSL color Cylindrical-coordinate representation of color #C46071: hue angle of 349.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46071 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 113 -
CMYK 0 0.51 0.42 0.23
HSL 349.8º 0.46% 0.57% -
HSV(B) 349.8º 0.51% 0.77% -
XYZ 29.93 21.29 18.16 -
YUV 127.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 196 96 113 0 0.51 0.42 0.23 349.8 0.46 0.57
Hex C4 60 71 0 33 2A 17 15E 2E 39
Octal 304 140 161 0 63 52 27 536 56 71
Binary 11000100 1100000 1110001 0 110011 101010 10111 101011110 101110 111001

Color Harmonies of #C46071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46071

Black with #C46071

Text Example


Text Example

White with #C46071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46071; }

 p { color: rgb(196,96,113); }

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

background-color css

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

 a { background-color: rgb(196,96,113); }

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

border-color css

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

 span { border-color: rgb(196,96,113); }

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