Html Css Color HEX #CF8F5A Whiskey Sour

📋 copy color: '#CF8F5A'

red 207 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #CF8F5A

Tints of Whiskey Sour #CF8F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 47.05%
G = 32.5%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF8F5A (or 0xCF8F5A) is known color: Whiskey Sour. HEX triplet: CF, 8F and 5A. RGB value is (207,143,90). Sum of RGB (Red+Green+Blue) = 207+143+90=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F5A is #3070A5. Grayscale: #9C9C9C. Windows color (decimal): -3174566 or 5935055. OLE color: 5935055.

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

Color convert

RGB 207 143 90 -
CMYK 0 0.31 0.57 0.19
HSL 27.18º 0.55% 0.58% -
HSV(B) 27.18º 0.57% 0.81% -
XYZ 37.4 33.65 14.2 -
YUV 156.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 207 143 90 0 0.31 0.57 0.19 27.18 0.55 0.58
Hex CF 8F 5A 0 1F 39 13 1B 37 3A
Octal 317 217 132 0 37 71 23 33 67 72
Binary 11001111 10001111 1011010 0 11111 111001 10011 11011 110111 111010

Color Harmonies of #CF8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F5A

Black with #CF8F5A

Text Example


Text Example

White with #CF8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F5A; }

 p { color: rgb(207,143,90); }

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

background-color css

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

 a { background-color: rgb(207,143,90); }

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

border-color css

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

 span { border-color: rgb(207,143,90); }

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