Html Css Color HEX #C7895C Whiskey

📋 copy color: '#C7895C'

red 199 ◦ green 137 ◦ blue 92

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

Shades of Whiskey #C7895C

Tints of Whiskey #C7895C

RGB

 RED value IS 199 (78.13% from 255) = 46.5%

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 46.5%
G = 32.01%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7895C (or 0xC7895C) is known color: Whiskey. HEX triplet: C7, 89 and 5C. RGB value is (199,137,92). Sum of RGB (Red+Green+Blue) = 199+137+92=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7895C is #3876A3. Grayscale: #969696. Windows color (decimal): -3700388 or 6064583. OLE color: 6064583.

HSL color Cylindrical-coordinate representation of color #C7895C: hue angle of 25.23º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7895C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 137 92 -
CMYK 0 0.31 0.54 0.22
HSL 25.23º 0.49% 0.57% -
HSV(B) 25.23º 0.54% 0.78% -
XYZ 34.43 30.81 14.26 -
YUV 150.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 199 137 92 0 0.31 0.54 0.22 25.23 0.49 0.57
Hex C7 89 5C 0 1F 36 16 19 31 39
Octal 307 211 134 0 37 66 26 31 61 71
Binary 11000111 10001001 1011100 0 11111 110110 10110 11001 110001 111001

Color Harmonies of #C7895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7895C

Black with #C7895C

Text Example


Text Example

White with #C7895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7895C; }

 p { color: rgb(199,137,92); }

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

background-color css

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

 a { background-color: rgb(199,137,92); }

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

border-color css

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

 span { border-color: rgb(199,137,92); }

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