#CC985B

Color #CC985B Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CC985B

Tints of Whiskey Sour #CC985B

Color information

#CC985B (or 0xCC985B) is unknown color: approx Whiskey Sour. HEX triplet: CC, 98 and 5B. RGB value is (204,152,91). Sum of RGB (Red+Green+Blue) = 204+152+91=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC985B is #3367A4. Grayscale: #A0A0A0. Windows color (decimal): -3368869 or 6002892. OLE color: 6002892.

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

Color convert

RGB20415291-
CMYK00.250.550.2
HSL32.39º52.56%57.84%-
HSV(B)32.39º55.39%80%-
XYZ38.0236.0514.85-
YUV160.5988.73158.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=45.64%
G=34.00%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041529100.250.550.232.3952.5657.84
HexCC985B019371420353a
Octal3142301330316724406572
Binary1100110010011000101101101100111011110100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC985B; }

 p { color: rgb(204,152,91); }

 H1.HeaderClassName
 {
   color: #CC985B;
 }
 .AnyTagClassName
 {
   color: #CC985B;
 }
</style>
background-color css

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

 a { background-color: rgb(204,152,91); }

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

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

 span { border-color: rgb(204,152,91); }

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