Html Css Color HEX #CC985D Whiskey Sour

📋 copy color: '#CC985D'

red 204 ◦ green 152 ◦ blue 93

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

Shades of Whiskey Sour #CC985D

Tints of Whiskey Sour #CC985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 45.43%
G = 33.85%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC985D (or 0xCC985D) is known color: Whiskey Sour. HEX triplet: CC, 98 and 5D. RGB value is (204,152,93). Sum of RGB (Red+Green+Blue) = 204+152+93=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC985D is #3367A2. Grayscale: #A1A1A1. Windows color (decimal): -3368867 or 6133964. OLE color: 6133964.

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

Color convert

RGB 204 152 93 -
CMYK 0 0.25 0.54 0.2
HSL 31.89º 0.52% 0.58% -
HSV(B) 31.89º 0.54% 0.8% -
XYZ 38.11 36.08 15.31 -
YUV 160.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 204 152 93 0 0.25 0.54 0.2 31.89 0.52 0.58
Hex CC 98 5D 0 19 36 14 20 34 3A
Octal 314 230 135 0 31 66 24 40 64 72
Binary 11001100 10011000 1011101 0 11001 110110 10100 100000 110100 111010

Color Harmonies of #CC985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC985D

Black with #CC985D

Text Example


Text Example

White with #CC985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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