Html Css Color HEX #CC8755 Whiskey Sour

📋 copy color: '#CC8755'

red 204 ◦ green 135 ◦ blue 85

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

Shades of Whiskey Sour #CC8755

Tints of Whiskey Sour #CC8755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.84%

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

R = 48.11%
G = 31.84%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8755 (or 0xCC8755) is known color: Whiskey Sour. HEX triplet: CC, 87 and 55. RGB value is (204,135,85). Sum of RGB (Red+Green+Blue) = 204+135+85=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8755 is #3378AA. Grayscale: #969696. Windows color (decimal): -3373227 or 5605324. OLE color: 5605324.

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

Color convert

RGB 204 135 85 -
CMYK 0 0.34 0.58 0.2
HSL 25.21º 0.54% 0.57% -
HSV(B) 25.21º 0.58% 0.8% -
XYZ 35.21 30.82 12.69 -
YUV 149.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 204 135 85 0 0.34 0.58 0.2 25.21 0.54 0.57
Hex CC 87 55 0 22 3A 14 19 36 39
Octal 314 207 125 0 42 72 24 31 66 71
Binary 11001100 10000111 1010101 0 100010 111010 10100 11001 110110 111001

Color Harmonies of #CC8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8755

Black with #CC8755

Text Example


Text Example

White with #CC8755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8755; }

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

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

background-color css

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

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

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

border-color css

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

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

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