Html Css Color HEX #CC8D60 Whiskey

📋 copy color: '#CC8D60'

red 204 ◦ green 141 ◦ blue 96

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

Shades of Whiskey #CC8D60

Tints of Whiskey #CC8D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

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

R = 46.26%
G = 31.97%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC8D60 (or 0xCC8D60) is known color: Whiskey. HEX triplet: CC, 8D and 60. RGB value is (204,141,96). Sum of RGB (Red+Green+Blue) = 204+141+96=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D60 is #33729F. Grayscale: #9A9A9A. Windows color (decimal): -3371680 or 6327756. OLE color: 6327756.

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

Color convert

RGB 204 141 96 -
CMYK 0 0.31 0.53 0.2
HSL 25º 0.51% 0.59% -
HSV(B) 25º 0.53% 0.8% -
XYZ 36.54 32.73 15.46 -
YUV 154.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 204 141 96 0 0.31 0.53 0.2 25 0.51 0.59
Hex CC 8D 60 0 1F 35 14 19 33 3B
Octal 314 215 140 0 37 65 24 31 63 73
Binary 11001100 10001101 1100000 0 11111 110101 10100 11001 110011 111011

Color Harmonies of #CC8D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D60

Black with #CC8D60

Text Example


Text Example

White with #CC8D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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