Html Css Color HEX #CC9861 Whiskey Sour

📋 copy color: '#CC9861'

red 204 ◦ green 152 ◦ blue 97

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

Shades of Whiskey Sour #CC9861

Tints of Whiskey Sour #CC9861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.41%

R = 45.03%
G = 33.55%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9861 (or 0xCC9861) is known color: Whiskey Sour. HEX triplet: CC, 98 and 61. RGB value is (204,152,97). Sum of RGB (Red+Green+Blue) = 204+152+97=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9861 is #33679E. Grayscale: #A1A1A1. Windows color (decimal): -3368863 or 6396108. OLE color: 6396108.

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

Color convert

RGB 204 152 97 -
CMYK 0 0.25 0.52 0.2
HSL 30.84º 0.51% 0.59% -
HSV(B) 30.84º 0.52% 0.8% -
XYZ 38.29 36.16 16.27 -
YUV 161.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 204 152 97 0 0.25 0.52 0.2 30.84 0.51 0.59
Hex CC 98 61 0 19 34 14 1F 33 3B
Octal 314 230 141 0 31 64 24 37 63 73
Binary 11001100 10011000 1100001 0 11001 110100 10100 11111 110011 111011

Color Harmonies of #CC9861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9861

Black with #CC9861

Text Example


Text Example

White with #CC9861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9861; }

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

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

background-color css

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

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

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

border-color css

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

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

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