Html Css Color HEX #C46874 Cabaret

📋 copy color: '#C46874'

red 196 ◦ green 104 ◦ blue 116

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

Shades of Cabaret #C46874

Tints of Cabaret #C46874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25%

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

R = 47.12%
G = 25%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46874 (or 0xC46874) is known color: Cabaret. HEX triplet: C4, 68 and 74. RGB value is (196,104,116). Sum of RGB (Red+Green+Blue) = 196+104+116=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46874 is #3B978B. Grayscale: #848484. Windows color (decimal): -3905420 or 7628996. OLE color: 7628996.

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

Color convert

RGB 196 104 116 -
CMYK 0 0.47 0.41 0.23
HSL 352.17º 0.44% 0.59% -
HSV(B) 352.17º 0.47% 0.77% -
XYZ 30.87 22.9 19.32 -
YUV 132.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 196 104 116 0 0.47 0.41 0.23 352.17 0.44 0.59
Hex C4 68 74 0 2F 29 17 160 2C 3B
Octal 304 150 164 0 57 51 27 540 54 73
Binary 11000100 1101000 1110100 0 101111 101001 10111 101100000 101100 111011

Color Harmonies of #C46874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46874

Black with #C46874

Text Example


Text Example

White with #C46874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46874; }

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

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

background-color css

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

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

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

border-color css

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

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

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