Html Css Color HEX #C89465 Whiskey

📋 copy color: '#C89465'

red 200 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #C89465

Tints of Whiskey #C89465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

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

R = 44.54%
G = 32.96%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C89465 (or 0xC89465) is known color: Whiskey. HEX triplet: C8, 94 and 65. RGB value is (200,148,101). Sum of RGB (Red+Green+Blue) = 200+148+101=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89465 is #376B9A. Grayscale: #9E9E9E. Windows color (decimal): -3632027 or 6657224. OLE color: 6657224.

HSL color Cylindrical-coordinate representation of color #C89465: hue angle of 28.48º 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 #C89465 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 101 -
CMYK 0 0.26 0.49 0.22
HSL 28.48º 0.47% 0.59% -
HSV(B) 28.48º 0.5% 0.78% -
XYZ 36.76 34.4 17.01 -
YUV 158.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 200 148 101 0 0.26 0.49 0.22 28.48 0.47 0.59
Hex C8 94 65 0 1A 31 16 1C 2F 3B
Octal 310 224 145 0 32 61 26 34 57 73
Binary 11001000 10010100 1100101 0 11010 110001 10110 11100 101111 111011

Color Harmonies of #C89465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89465

Black with #C89465

Text Example


Text Example

White with #C89465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89465; }

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

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

background-color css

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

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

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

border-color css

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

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

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