Html Css Color HEX #CC8F5C Whiskey Sour

📋 copy color: '#CC8F5C'

red 204 ◦ green 143 ◦ blue 92

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

Shades of Whiskey Sour #CC8F5C

Tints of Whiskey Sour #CC8F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 46.47%
G = 32.57%
B = 20.96%

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

#CC8F5C (or 0xCC8F5C) is known color: Whiskey Sour. HEX triplet: CC, 8F and 5C. RGB value is (204,143,92). Sum of RGB (Red+Green+Blue) = 204+143+92=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F5C is #3370A3. Grayscale: #9B9B9B. Windows color (decimal): -3371172 or 6066124. OLE color: 6066124.

HSL color Cylindrical-coordinate representation of color #CC8F5C: hue angle of 27.32º degrees, saturation: 0.52, 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 #CC8F5C is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 92 -
CMYK 0 0.30 0.55 0.2
HSL 27.32º 0.52% 0.58% -
HSV(B) 27.32º 0.55% 0.8% -
XYZ 36.66 33.26 14.61 -
YUV 155.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 204 143 92 0 0.30 0.55 0.2 27.32 0.52 0.58
Hex CC 8F 5C 0 1E 37 14 1B 34 3A
Octal 314 217 134 0 36 67 24 33 64 72
Binary 11001100 10001111 1011100 0 11110 110111 10100 11011 110100 111010

Color Harmonies of #CC8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F5C

Black with #CC8F5C

Text Example


Text Example

White with #CC8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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