Html Css Color HEX #CF8D5C Whiskey Sour

📋 copy color: '#CF8D5C'

red 207 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #CF8D5C

Tints of Whiskey Sour #CF8D5C

RGB

 RED value IS 207 (81.25% from 255) = 47.05%

 GREEN value IS 141 (55.47% from 255) = 32.05%

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

R = 47.05%
G = 32.05%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF8D5C (or 0xCF8D5C) is known color: Whiskey Sour. HEX triplet: CF, 8D and 5C. RGB value is (207,141,92). Sum of RGB (Red+Green+Blue) = 207+141+92=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D5C is #3072A3. Grayscale: #9B9B9B. Windows color (decimal): -3175076 or 6065615. OLE color: 6065615.

HSL color Cylindrical-coordinate representation of color #CF8D5C: hue angle of 25.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF8D5C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 92 -
CMYK 0 0.32 0.56 0.19
HSL 25.57º 0.55% 0.59% -
HSV(B) 25.57º 0.56% 0.81% -
XYZ 37.19 33.09 14.55 -
YUV 155.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 207 141 92 0 0.32 0.56 0.19 25.57 0.55 0.59
Hex CF 8D 5C 0 20 38 13 1A 37 3B
Octal 317 215 134 0 40 70 23 32 67 73
Binary 11001111 10001101 1011100 0 100000 111000 10011 11010 110111 111011

Color Harmonies of #CF8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D5C

Black with #CF8D5C

Text Example


Text Example

White with #CF8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D5C; }

 p { color: rgb(207,141,92); }

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

background-color css

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

 a { background-color: rgb(207,141,92); }

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

border-color css

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

 span { border-color: rgb(207,141,92); }

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