Html Css Color HEX #CC8555 Whiskey Sour

📋 copy color: '#CC8555'

red 204 ◦ green 133 ◦ blue 85

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

Shades of Whiskey Sour #CC8555

Tints of Whiskey Sour #CC8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 48.34%
G = 31.52%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8555 (or 0xCC8555) is known color: Whiskey Sour. HEX triplet: CC, 85 and 55. RGB value is (204,133,85). Sum of RGB (Red+Green+Blue) = 204+133+85=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8555 is #337AAA. Grayscale: #959595. Windows color (decimal): -3373739 or 5604812. OLE color: 5604812.

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

Color convert

RGB 204 133 85 -
CMYK 0 0.35 0.58 0.2
HSL 24.2º 0.54% 0.57% -
HSV(B) 24.2º 0.58% 0.8% -
XYZ 34.93 30.27 12.6 -
YUV 148.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 204 133 85 0 0.35 0.58 0.2 24.2 0.54 0.57
Hex CC 85 55 0 23 3A 14 18 36 39
Octal 314 205 125 0 43 72 24 30 66 71
Binary 11001100 10000101 1010101 0 100011 111010 10100 11000 110110 111001

Color Harmonies of #CC8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8555

Black with #CC8555

Text Example


Text Example

White with #CC8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8555; }

 p { color: rgb(204,133,85); }

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

background-color css

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

 a { background-color: rgb(204,133,85); }

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

border-color css

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

 span { border-color: rgb(204,133,85); }

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