Html Css Color HEX #C46376 Cabaret

📋 copy color: '#C46376'

red 196 ◦ green 99 ◦ blue 118

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

Shades of Cabaret #C46376

Tints of Cabaret #C46376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 47.46%
G = 23.97%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46376 (or 0xC46376) is known color: Cabaret. HEX triplet: C4, 63 and 76. RGB value is (196,99,118). Sum of RGB (Red+Green+Blue) = 196+99+118=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46376 is #3B9C89. Grayscale: #828282. Windows color (decimal): -3906698 or 7758788. OLE color: 7758788.

HSL color Cylindrical-coordinate representation of color #C46376: hue angle of 348.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46376 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 118 -
CMYK 0 0.49 0.40 0.23
HSL 348.25º 0.45% 0.58% -
HSV(B) 348.25º 0.49% 0.77% -
XYZ 30.5 21.97 19.77 -
YUV 130.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 196 99 118 0 0.49 0.40 0.23 348.25 0.45 0.58
Hex C4 63 76 0 31 28 17 15C 2D 3A
Octal 304 143 166 0 61 50 27 534 55 72
Binary 11000100 1100011 1110110 0 110001 101000 10111 101011100 101101 111010

Color Harmonies of #C46376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46376

Black with #C46376

Text Example


Text Example

White with #C46376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46376; }

 p { color: rgb(196,99,118); }

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

background-color css

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

 a { background-color: rgb(196,99,118); }

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

border-color css

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

 span { border-color: rgb(196,99,118); }

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