Html Css Color HEX #C46872 Cabaret

📋 copy color: '#C46872'

red 196 ◦ green 104 ◦ blue 114

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

Shades of Cabaret #C46872

Tints of Cabaret #C46872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 47.34%
G = 25.12%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46872 (or 0xC46872) is known color: Cabaret. HEX triplet: C4, 68 and 72. RGB value is (196,104,114). Sum of RGB (Red+Green+Blue) = 196+104+114=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46872 is #3B978D. Grayscale: #848484. Windows color (decimal): -3905422 or 7497924. OLE color: 7497924.

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

Color convert

RGB 196 104 114 -
CMYK 0 0.47 0.42 0.23
HSL 353.48º 0.44% 0.59% -
HSV(B) 353.48º 0.47% 0.77% -
XYZ 30.75 22.85 18.71 -
YUV 132.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 196 104 114 0 0.47 0.42 0.23 353.48 0.44 0.59
Hex C4 68 72 0 2F 2A 17 161 2C 3B
Octal 304 150 162 0 57 52 27 541 54 73
Binary 11000100 1101000 1110010 0 101111 101010 10111 101100001 101100 111011

Color Harmonies of #C46872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46872

Black with #C46872

Text Example


Text Example

White with #C46872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46872; }

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

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

background-color css

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

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

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

border-color css

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

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

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