Html Css Color HEX #CC8C54 Whiskey Sour

📋 copy color: '#CC8C54'

red 204 ◦ green 140 ◦ blue 84

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

Shades of Whiskey Sour #CC8C54

Tints of Whiskey Sour #CC8C54

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 47.66%
G = 32.71%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC8C54 (or 0xCC8C54) is known color: Whiskey Sour. HEX triplet: CC, 8C and 54. RGB value is (204,140,84). Sum of RGB (Red+Green+Blue) = 204+140+84=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C54 is #3373AB. Grayscale: #999999. Windows color (decimal): -3371948 or 5541068. OLE color: 5541068.

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

Color convert

RGB 204 140 84 -
CMYK 0 0.31 0.59 0.2
HSL 28º 0.54% 0.56% -
HSV(B) 28º 0.59% 0.8% -
XYZ 35.88 32.23 12.72 -
YUV 152.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 204 140 84 0 0.31 0.59 0.2 28 0.54 0.56
Hex CC 8C 54 0 1F 3B 14 1C 36 38
Octal 314 214 124 0 37 73 24 34 66 70
Binary 11001100 10001100 1010100 0 11111 111011 10100 11100 110110 111000

Color Harmonies of #CC8C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C54

Black with #CC8C54

Text Example


Text Example

White with #CC8C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C54; }

 p { color: rgb(204,140,84); }

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

background-color css

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

 a { background-color: rgb(204,140,84); }

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

border-color css

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

 span { border-color: rgb(204,140,84); }

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