Html Css Color HEX #CC8F59 Whiskey Sour

📋 copy color: '#CC8F59'

red 204 ◦ green 143 ◦ blue 89

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

Shades of Whiskey Sour #CC8F59

Tints of Whiskey Sour #CC8F59

RGB

 RED value IS 204 (80.08% from 255) = 46.79%

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 89 (35.16% from 255) = 20.41%

R = 46.79%
G = 32.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC8F59 (or 0xCC8F59) is known color: Whiskey Sour. HEX triplet: CC, 8F and 59. RGB value is (204,143,89). Sum of RGB (Red+Green+Blue) = 204+143+89=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F59 is #3370A6. Grayscale: #9B9B9B. Windows color (decimal): -3371175 or 5869516. OLE color: 5869516.

HSL color Cylindrical-coordinate representation of color #CC8F59: hue angle of 28.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC8F59 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 89 -
CMYK 0 0.30 0.56 0.2
HSL 28.17º 0.53% 0.57% -
HSV(B) 28.17º 0.56% 0.8% -
XYZ 36.53 33.2 13.93 -
YUV 155.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 204 143 89 0 0.30 0.56 0.2 28.17 0.53 0.57
Hex CC 8F 59 0 1E 38 14 1C 35 39
Octal 314 217 131 0 36 70 24 34 65 71
Binary 11001100 10001111 1011001 0 11110 111000 10100 11100 110101 111001

Color Harmonies of #CC8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F59

Black with #CC8F59

Text Example


Text Example

White with #CC8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F59; }

 p { color: rgb(204,143,89); }

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

background-color css

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

 a { background-color: rgb(204,143,89); }

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

border-color css

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

 span { border-color: rgb(204,143,89); }

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