Html Css Color HEX #C46971 Cabaret

📋 copy color: '#C46971'

red 196 ◦ green 105 ◦ blue 113

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

Shades of Cabaret #C46971

Tints of Cabaret #C46971

RGB

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

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

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

R = 47.34%
G = 25.36%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46971 (or 0xC46971) is known color: Cabaret. HEX triplet: C4, 69 and 71. RGB value is (196,105,113). Sum of RGB (Red+Green+Blue) = 196+105+113=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46971 is #3B968E. Grayscale: #858585. Windows color (decimal): -3905167 or 7432644. OLE color: 7432644.

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

Color convert

RGB 196 105 113 -
CMYK 0 0.46 0.42 0.23
HSL 354.73º 0.44% 0.59% -
HSV(B) 354.73º 0.46% 0.77% -
XYZ 30.8 23.03 18.45 -
YUV 133.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 196 105 113 0 0.46 0.42 0.23 354.73 0.44 0.59
Hex C4 69 71 0 2E 2A 17 163 2C 3B
Octal 304 151 161 0 56 52 27 543 54 73
Binary 11000100 1101001 1110001 0 101110 101010 10111 101100011 101100 111011

Color Harmonies of #C46971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46971

Black with #C46971

Text Example


Text Example

White with #C46971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46971; }

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

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

background-color css

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

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

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

border-color css

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

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

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