Html Css Color HEX #CC985B Whiskey Sour

📋 copy color: '#CC985B'

red 204 ◦ green 152 ◦ blue 91

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

Shades of Whiskey Sour #CC985B

Tints of Whiskey Sour #CC985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34%

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 45.64%
G = 34%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC985B (or 0xCC985B) is known color: 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

RGB 204 152 91 -
CMYK 0 0.25 0.55 0.2
HSL 32.39º 0.53% 0.58% -
HSV(B) 32.39º 0.55% 0.8% -
XYZ 38.02 36.05 14.85 -
YUV 160.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 204 152 91 0 0.25 0.55 0.2 32.39 0.53 0.58
Hex CC 98 5B 0 19 37 14 20 35 3A
Octal 314 230 133 0 31 67 24 40 65 72
Binary 11001100 10011000 1011011 0 11001 110111 10100 100000 110101 111010

Color Harmonies of #CC985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC985B

Black with #CC985B

Text Example


Text Example

White with #CC985B

Text Example


Text Example

HTML Codes & Css Web 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>