Html Css Color HEX #C88A65 Whiskey

📋 copy color: '#C88A65'

red 200 ◦ green 138 ◦ blue 101

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

Shades of Whiskey #C88A65

Tints of Whiskey #C88A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

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

R = 45.56%
G = 31.44%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88A65 (or 0xC88A65) is known color: Whiskey. HEX triplet: C8, 8A and 65. RGB value is (200,138,101). Sum of RGB (Red+Green+Blue) = 200+138+101=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A65 is #37759A. Grayscale: #989898. Windows color (decimal): -3634587 or 6654664. OLE color: 6654664.

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

Color convert

RGB 200 138 101 -
CMYK 0 0.31 0.49 0.22
HSL 22.42º 0.47% 0.59% -
HSV(B) 22.42º 0.5% 0.78% -
XYZ 35.26 31.4 16.51 -
YUV 152.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 200 138 101 0 0.31 0.49 0.22 22.42 0.47 0.59
Hex C8 8A 65 0 1F 31 16 16 2F 3B
Octal 310 212 145 0 37 61 26 26 57 73
Binary 11001000 10001010 1100101 0 11111 110001 10110 10110 101111 111011

Color Harmonies of #C88A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A65

Black with #C88A65

Text Example


Text Example

White with #C88A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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