Html Css Color HEX #C89265 Whiskey

📋 copy color: '#C89265'

red 200 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #C89265

Tints of Whiskey #C89265

RGB

 RED value IS 200 (78.52% from 255) = 44.74%

 GREEN value IS 146 (57.42% from 255) = 32.66%

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 44.74%
G = 32.66%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C89265 (or 0xC89265) is known color: Whiskey. HEX triplet: C8, 92 and 65. RGB value is (200,146,101). Sum of RGB (Red+Green+Blue) = 200+146+101=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C89265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89265 is #376D9A. Grayscale: #9D9D9D. Windows color (decimal): -3632539 or 6656712. OLE color: 6656712.

HSL color Cylindrical-coordinate representation of color #C89265: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C89265 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 101 -
CMYK 0 0.27 0.49 0.22
HSL 27.27º 0.47% 0.59% -
HSV(B) 27.27º 0.5% 0.78% -
XYZ 36.45 33.78 16.91 -
YUV 157.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 200 146 101 0 0.27 0.49 0.22 27.27 0.47 0.59
Hex C8 92 65 0 1B 31 16 1B 2F 3B
Octal 310 222 145 0 33 61 26 33 57 73
Binary 11001000 10010010 1100101 0 11011 110001 10110 11011 101111 111011

Color Harmonies of #C89265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89265

Black with #C89265

Text Example


Text Example

White with #C89265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89265; }

 p { color: rgb(200,146,101); }

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

background-color css

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

 a { background-color: rgb(200,146,101); }

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

border-color css

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

 span { border-color: rgb(200,146,101); }

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