Html Css Color HEX #CF9254 Whiskey Sour

📋 copy color: '#CF9254'

red 207 ◦ green 146 ◦ blue 84

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

Shades of Whiskey Sour #CF9254

Tints of Whiskey Sour #CF9254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 47.37%
G = 33.41%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF9254 (or 0xCF9254) is known color: Whiskey Sour. HEX triplet: CF, 92 and 54. RGB value is (207,146,84). Sum of RGB (Red+Green+Blue) = 207+146+84=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9254 is #306DAB. Grayscale: #9D9D9D. Windows color (decimal): -3173804 or 5542607. OLE color: 5542607.

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

Color convert

RGB 207 146 84 -
CMYK 0 0.29 0.59 0.19
HSL 30.24º 0.56% 0.57% -
HSV(B) 30.24º 0.59% 0.81% -
XYZ 37.61 34.46 13.06 -
YUV 157.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 207 146 84 0 0.29 0.59 0.19 30.24 0.56 0.57
Hex CF 92 54 0 1D 3B 13 1E 38 39
Octal 317 222 124 0 35 73 23 36 70 71
Binary 11001111 10010010 1010100 0 11101 111011 10011 11110 111000 111001

Color Harmonies of #CF9254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9254

Black with #CF9254

Text Example


Text Example

White with #CF9254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9254; }

 p { color: rgb(207,146,84); }

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

background-color css

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

 a { background-color: rgb(207,146,84); }

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

border-color css

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

 span { border-color: rgb(207,146,84); }

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