Html Css Color HEX #CC8960 Whiskey

📋 copy color: '#CC8960'

red 204 ◦ green 137 ◦ blue 96

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

Shades of Whiskey #CC8960

Tints of Whiskey #CC8960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 46.68%
G = 31.35%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC8960 (or 0xCC8960) is known color: Whiskey. HEX triplet: CC, 89 and 60. RGB value is (204,137,96). Sum of RGB (Red+Green+Blue) = 204+137+96=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8960 is #33769F. Grayscale: #989898. Windows color (decimal): -3372704 or 6326732. OLE color: 6326732.

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

Color convert

RGB 204 137 96 -
CMYK 0 0.33 0.53 0.2
HSL 22.78º 0.51% 0.59% -
HSV(B) 22.78º 0.53% 0.8% -
XYZ 35.96 31.57 15.27 -
YUV 152.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 204 137 96 0 0.33 0.53 0.2 22.78 0.51 0.59
Hex CC 89 60 0 21 35 14 17 33 3B
Octal 314 211 140 0 41 65 24 27 63 73
Binary 11001100 10001001 1100000 0 100001 110101 10100 10111 110011 111011

Color Harmonies of #CC8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8960

Black with #CC8960

Text Example


Text Example

White with #CC8960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8960; }

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

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

background-color css

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

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

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

border-color css

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

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

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