Html Css Color HEX #CC9060 Whiskey

📋 copy color: '#CC9060'

red 204 ◦ green 144 ◦ blue 96

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

Shades of Whiskey #CC9060

Tints of Whiskey #CC9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 45.95%
G = 32.43%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC9060 (or 0xCC9060) is known color: Whiskey. HEX triplet: CC, 90 and 60. RGB value is (204,144,96). Sum of RGB (Red+Green+Blue) = 204+144+96=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9060 is #336F9F. Grayscale: #9C9C9C. Windows color (decimal): -3370912 or 6328524. OLE color: 6328524.

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

Color convert

RGB 204 144 96 -
CMYK 0 0.29 0.53 0.2
HSL 26.67º 0.51% 0.59% -
HSV(B) 26.67º 0.53% 0.8% -
XYZ 36.99 33.63 15.61 -
YUV 156.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 204 144 96 0 0.29 0.53 0.2 26.67 0.51 0.59
Hex CC 90 60 0 1D 35 14 1B 33 3B
Octal 314 220 140 0 35 65 24 33 63 73
Binary 11001100 10010000 1100000 0 11101 110101 10100 11011 110011 111011

Color Harmonies of #CC9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9060

Black with #CC9060

Text Example


Text Example

White with #CC9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9060; }

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

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

background-color css

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

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

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

border-color css

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

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

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