Html Css Color HEX #CC9960 Whiskey Sour

📋 copy color: '#CC9960'

red 204 ◦ green 153 ◦ blue 96

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

Shades of Whiskey Sour #CC9960

Tints of Whiskey Sour #CC9960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.77%

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

R = 45.03%
G = 33.77%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC9960 (or 0xCC9960) is known color: Whiskey Sour. HEX triplet: CC, 99 and 60. RGB value is (204,153,96). Sum of RGB (Red+Green+Blue) = 204+153+96=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9960 is #33669F. Grayscale: #A2A2A2. Windows color (decimal): -3368608 or 6330828. OLE color: 6330828.

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

Color convert

RGB 204 153 96 -
CMYK 0 0.25 0.53 0.2
HSL 31.67º 0.51% 0.59% -
HSV(B) 31.67º 0.53% 0.8% -
XYZ 38.4 36.46 16.08 -
YUV 161.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 204 153 96 0 0.25 0.53 0.2 31.67 0.51 0.59
Hex CC 99 60 0 19 35 14 20 33 3B
Octal 314 231 140 0 31 65 24 40 63 73
Binary 11001100 10011001 1100000 0 11001 110101 10100 100000 110011 111011

Color Harmonies of #CC9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9960

Black with #CC9960

Text Example


Text Example

White with #CC9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9960; }

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

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

background-color css

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

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

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

border-color css

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

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

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