Html Css Color HEX #CC8F5B Whiskey Sour

📋 copy color: '#CC8F5B'

red 204 ◦ green 143 ◦ blue 91

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

Shades of Whiskey Sour #CC8F5B

Tints of Whiskey Sour #CC8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.78%

R = 46.58%
G = 32.65%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC8F5B (or 0xCC8F5B) is known color: Whiskey Sour. HEX triplet: CC, 8F and 5B. RGB value is (204,143,91). Sum of RGB (Red+Green+Blue) = 204+143+91=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F5B is #3370A4. Grayscale: #9B9B9B. Windows color (decimal): -3371173 or 6000588. OLE color: 6000588.

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

Color convert

RGB 204 143 91 -
CMYK 0 0.30 0.55 0.2
HSL 27.61º 0.53% 0.58% -
HSV(B) 27.61º 0.55% 0.8% -
XYZ 36.61 33.24 14.38 -
YUV 155.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 204 143 91 0 0.30 0.55 0.2 27.61 0.53 0.58
Hex CC 8F 5B 0 1E 37 14 1C 35 3A
Octal 314 217 133 0 36 67 24 34 65 72
Binary 11001100 10001111 1011011 0 11110 110111 10100 11100 110101 111010

Color Harmonies of #CC8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F5B

Black with #CC8F5B

Text Example


Text Example

White with #CC8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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