Html Css Color HEX #C4885E Whiskey

📋 copy color: '#C4885E'

red 196 ◦ green 136 ◦ blue 94

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

Shades of Whiskey #C4885E

Tints of Whiskey #C4885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 46.01%
G = 31.92%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4885E (or 0xC4885E) is known color: Whiskey. HEX triplet: C4, 88 and 5E. RGB value is (196,136,94). Sum of RGB (Red+Green+Blue) = 196+136+94=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4885E is #3B77A1. Grayscale: #959595. Windows color (decimal): -3897250 or 6195396. OLE color: 6195396.

HSL color Cylindrical-coordinate representation of color #C4885E: hue angle of 24.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4885E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 94 -
CMYK 0 0.31 0.52 0.23
HSL 24.71º 0.46% 0.57% -
HSV(B) 24.71º 0.52% 0.77% -
XYZ 33.59 30.15 14.64 -
YUV 149.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 196 136 94 0 0.31 0.52 0.23 24.71 0.46 0.57
Hex C4 88 5E 0 1F 34 17 19 2E 39
Octal 304 210 136 0 37 64 27 31 56 71
Binary 11000100 10001000 1011110 0 11111 110100 10111 11001 101110 111001

Color Harmonies of #C4885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4885E

Black with #C4885E

Text Example


Text Example

White with #C4885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4885E; }

 p { color: rgb(196,136,94); }

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

background-color css

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

 a { background-color: rgb(196,136,94); }

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

border-color css

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

 span { border-color: rgb(196,136,94); }

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