Html Css Color HEX #C4895F Whiskey

📋 copy color: '#C4895F'

red 196 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #C4895F

Tints of Whiskey #C4895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 45.79%
G = 32.01%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4895F (or 0xC4895F) is known color: Whiskey. HEX triplet: C4, 89 and 5F. RGB value is (196,137,95). Sum of RGB (Red+Green+Blue) = 196+137+95=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4895F is #3B76A0. Grayscale: #969696. Windows color (decimal): -3896993 or 6261188. OLE color: 6261188.

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

Color convert

RGB 196 137 95 -
CMYK 0 0.30 0.52 0.23
HSL 24.95º 0.46% 0.57% -
HSV(B) 24.95º 0.52% 0.77% -
XYZ 33.78 30.45 14.92 -
YUV 149.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 196 137 95 0 0.30 0.52 0.23 24.95 0.46 0.57
Hex C4 89 5F 0 1E 34 17 19 2E 39
Octal 304 211 137 0 36 64 27 31 56 71
Binary 11000100 10001001 1011111 0 11110 110100 10111 11001 101110 111001

Color Harmonies of #C4895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4895F

Black with #C4895F

Text Example


Text Example

White with #C4895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4895F; }

 p { color: rgb(196,137,95); }

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

background-color css

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

 a { background-color: rgb(196,137,95); }

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

border-color css

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

 span { border-color: rgb(196,137,95); }

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