Html Css Color HEX #CC8961 Whiskey

📋 copy color: '#CC8961'

red 204 ◦ green 137 ◦ blue 97

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

Shades of Whiskey #CC8961

Tints of Whiskey #CC8961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

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

R = 46.58%
G = 31.28%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC8961 (or 0xCC8961) is known color: Whiskey. HEX triplet: CC, 89 and 61. RGB value is (204,137,97). Sum of RGB (Red+Green+Blue) = 204+137+97=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8961 is #33769E. Grayscale: #989898. Windows color (decimal): -3372703 or 6392268. OLE color: 6392268.

HSL color Cylindrical-coordinate representation of color #CC8961: hue angle of 22.43º 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 #CC8961 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 97 -
CMYK 0 0.33 0.52 0.2
HSL 22.43º 0.51% 0.59% -
HSV(B) 22.43º 0.52% 0.8% -
XYZ 36.01 31.59 15.51 -
YUV 152.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 204 137 97 0 0.33 0.52 0.2 22.43 0.51 0.59
Hex CC 89 61 0 21 34 14 16 33 3B
Octal 314 211 141 0 41 64 24 26 63 73
Binary 11001100 10001001 1100001 0 100001 110100 10100 10110 110011 111011

Color Harmonies of #CC8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8961

Black with #CC8961

Text Example


Text Example

White with #CC8961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8961; }

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

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

background-color css

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

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

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

border-color css

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

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

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