Html Css Color HEX #CC8B5A Whiskey Sour

📋 copy color: '#CC8B5A'

red 204 ◦ green 139 ◦ blue 90

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

Shades of Whiskey Sour #CC8B5A

Tints of Whiskey Sour #CC8B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 47.11%
G = 32.1%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC8B5A (or 0xCC8B5A) is known color: Whiskey Sour. HEX triplet: CC, 8B and 5A. RGB value is (204,139,90). Sum of RGB (Red+Green+Blue) = 204+139+90=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B5A is #3374A5. Grayscale: #999999. Windows color (decimal): -3372198 or 5934028. OLE color: 5934028.

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

Color convert

RGB 204 139 90 -
CMYK 0 0.32 0.56 0.2
HSL 25.79º 0.53% 0.58% -
HSV(B) 25.79º 0.56% 0.8% -
XYZ 35.98 32.04 13.96 -
YUV 152.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 204 139 90 0 0.32 0.56 0.2 25.79 0.53 0.58
Hex CC 8B 5A 0 20 38 14 1A 35 3A
Octal 314 213 132 0 40 70 24 32 65 72
Binary 11001100 10001011 1011010 0 100000 111000 10100 11010 110101 111010

Color Harmonies of #CC8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B5A

Black with #CC8B5A

Text Example


Text Example

White with #CC8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B5A; }

 p { color: rgb(204,139,90); }

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

background-color css

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

 a { background-color: rgb(204,139,90); }

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

border-color css

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

 span { border-color: rgb(204,139,90); }

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