Html Css Color HEX #C46973 Cabaret

📋 copy color: '#C46973'

red 196 ◦ green 105 ◦ blue 115

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

Shades of Cabaret #C46973

Tints of Cabaret #C46973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 47.12%
G = 25.24%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46973 (or 0xC46973) is known color: Cabaret. HEX triplet: C4, 69 and 73. RGB value is (196,105,115). Sum of RGB (Red+Green+Blue) = 196+105+115=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46973 is #3B968C. Grayscale: #858585. Windows color (decimal): -3905165 or 7563716. OLE color: 7563716.

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

Color convert

RGB 196 105 115 -
CMYK 0 0.46 0.41 0.23
HSL 353.41º 0.44% 0.59% -
HSV(B) 353.41º 0.46% 0.77% -
XYZ 30.91 23.08 19.04 -
YUV 133.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 196 105 115 0 0.46 0.41 0.23 353.41 0.44 0.59
Hex C4 69 73 0 2E 29 17 161 2C 3B
Octal 304 151 163 0 56 51 27 541 54 73
Binary 11000100 1101001 1110011 0 101110 101001 10111 101100001 101100 111011

Color Harmonies of #C46973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46973

Black with #C46973

Text Example


Text Example

White with #C46973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46973; }

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

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

background-color css

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

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

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

border-color css

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

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

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