Html Css Color HEX #C88A60 Whiskey

📋 copy color: '#C88A60'

red 200 ◦ green 138 ◦ blue 96

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

Shades of Whiskey #C88A60

Tints of Whiskey #C88A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 46.08%
G = 31.8%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88A60 (or 0xC88A60) is known color: Whiskey. HEX triplet: C8, 8A and 60. RGB value is (200,138,96). Sum of RGB (Red+Green+Blue) = 200+138+96=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A60 is #37759F. Grayscale: #979797. Windows color (decimal): -3634592 or 6326984. OLE color: 6326984.

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

Color convert

RGB 200 138 96 -
CMYK 0 0.31 0.52 0.22
HSL 24.23º 0.49% 0.58% -
HSV(B) 24.23º 0.52% 0.78% -
XYZ 35.02 31.3 15.26 -
YUV 151.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 200 138 96 0 0.31 0.52 0.22 24.23 0.49 0.58
Hex C8 8A 60 0 1F 34 16 18 31 3A
Octal 310 212 140 0 37 64 26 30 61 72
Binary 11001000 10001010 1100000 0 11111 110100 10110 11000 110001 111010

Color Harmonies of #C88A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A60

Black with #C88A60

Text Example


Text Example

White with #C88A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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