Html Css Color HEX #CF8D4F Whiskey Sour

📋 copy color: '#CF8D4F'

red 207 ◦ green 141 ◦ blue 79

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

Shades of Whiskey Sour #CF8D4F

Tints of Whiskey Sour #CF8D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.5%

R = 48.48%
G = 33.02%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF8D4F (or 0xCF8D4F) is known color: Whiskey Sour. HEX triplet: CF, 8D and 4F. RGB value is (207,141,79). Sum of RGB (Red+Green+Blue) = 207+141+79=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D4F is #3072B0. Grayscale: #999999. Windows color (decimal): -3175089 or 5213647. OLE color: 5213647.

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

Color convert

RGB 207 141 79 -
CMYK 0 0.32 0.62 0.19
HSL 29.06º 0.57% 0.56% -
HSV(B) 29.06º 0.62% 0.81% -
XYZ 36.67 32.88 11.81 -
YUV 153.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 207 141 79 0 0.32 0.62 0.19 29.06 0.57 0.56
Hex CF 8D 4F 0 20 3E 13 1D 39 38
Octal 317 215 117 0 40 76 23 35 71 70
Binary 11001111 10001101 1001111 0 100000 111110 10011 11101 111001 111000

Color Harmonies of #CF8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D4F

Black with #CF8D4F

Text Example


Text Example

White with #CF8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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