Html Css Color HEX #CC8F5D Whiskey Sour

📋 copy color: '#CC8F5D'

red 204 ◦ green 143 ◦ blue 93

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

Shades of Whiskey Sour #CC8F5D

Tints of Whiskey Sour #CC8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.5%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 46.36%
G = 32.5%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC8F5D (or 0xCC8F5D) is known color: Whiskey Sour. HEX triplet: CC, 8F and 5D. RGB value is (204,143,93). Sum of RGB (Red+Green+Blue) = 204+143+93=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F5D is #3370A2. Grayscale: #9B9B9B. Windows color (decimal): -3371171 or 6131660. OLE color: 6131660.

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

Color convert

RGB 204 143 93 -
CMYK 0 0.30 0.54 0.2
HSL 27.03º 0.52% 0.58% -
HSV(B) 27.03º 0.54% 0.8% -
XYZ 36.7 33.27 14.84 -
YUV 155.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 204 143 93 0 0.30 0.54 0.2 27.03 0.52 0.58
Hex CC 8F 5D 0 1E 36 14 1B 34 3A
Octal 314 217 135 0 36 66 24 33 64 72
Binary 11001100 10001111 1011101 0 11110 110110 10100 11011 110100 111010

Color Harmonies of #CC8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F5D

Black with #CC8F5D

Text Example


Text Example

White with #CC8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F5D; }

 p { color: rgb(204,143,93); }

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

background-color css

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

 a { background-color: rgb(204,143,93); }

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

border-color css

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

 span { border-color: rgb(204,143,93); }

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