Html Css Color HEX #C46374 Cabaret

📋 copy color: '#C46374'

red 196 ◦ green 99 ◦ blue 116

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

Shades of Cabaret #C46374

Tints of Cabaret #C46374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 47.69%
G = 24.09%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46374 (or 0xC46374) is known color: Cabaret. HEX triplet: C4, 63 and 74. RGB value is (196,99,116). Sum of RGB (Red+Green+Blue) = 196+99+116=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C46374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46374 is #3B9C8B. Grayscale: #818181. Windows color (decimal): -3906700 or 7627716. OLE color: 7627716.

HSL color Cylindrical-coordinate representation of color #C46374: hue angle of 349.48º 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 #C46374 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 116 -
CMYK 0 0.49 0.41 0.23
HSL 349.48º 0.45% 0.58% -
HSV(B) 349.48º 0.49% 0.77% -
XYZ 30.38 21.92 19.15 -
YUV 129.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 196 99 116 0 0.49 0.41 0.23 349.48 0.45 0.58
Hex C4 63 74 0 31 29 17 15D 2D 3A
Octal 304 143 164 0 61 51 27 535 55 72
Binary 11000100 1100011 1110100 0 110001 101001 10111 101011101 101101 111010

Color Harmonies of #C46374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46374

Black with #C46374

Text Example


Text Example

White with #C46374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46374; }

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

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

background-color css

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

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

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

border-color css

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

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

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