Html Css Color HEX #C88B65 Whiskey

📋 copy color: '#C88B65'

red 200 ◦ green 139 ◦ blue 101

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

Shades of Whiskey #C88B65

Tints of Whiskey #C88B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 45.45%
G = 31.59%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88B65 (or 0xC88B65) is known color: Whiskey. HEX triplet: C8, 8B and 65. RGB value is (200,139,101). Sum of RGB (Red+Green+Blue) = 200+139+101=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B65 is #37749A. Grayscale: #999999. Windows color (decimal): -3634331 or 6654920. OLE color: 6654920.

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

Color convert

RGB 200 139 101 -
CMYK 0 0.30 0.49 0.22
HSL 23.03º 0.47% 0.59% -
HSV(B) 23.03º 0.5% 0.78% -
XYZ 35.4 31.68 16.56 -
YUV 152.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 200 139 101 0 0.30 0.49 0.22 23.03 0.47 0.59
Hex C8 8B 65 0 1E 31 16 17 2F 3B
Octal 310 213 145 0 36 61 26 27 57 73
Binary 11001000 10001011 1100101 0 11110 110001 10110 10111 101111 111011

Color Harmonies of #C88B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B65

Black with #C88B65

Text Example


Text Example

White with #C88B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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