Html Css Color HEX #CF9654 Whiskey Sour

📋 copy color: '#CF9654'

red 207 ◦ green 150 ◦ blue 84

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

Shades of Whiskey Sour #CF9654

Tints of Whiskey Sour #CF9654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

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

R = 46.94%
G = 34.01%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF9654 (or 0xCF9654) is known color: Whiskey Sour. HEX triplet: CF, 96 and 54. RGB value is (207,150,84). Sum of RGB (Red+Green+Blue) = 207+150+84=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9654 is #3069AB. Grayscale: #9F9F9F. Windows color (decimal): -3172780 or 5543631. OLE color: 5543631.

HSL color Cylindrical-coordinate representation of color #CF9654: hue angle of 32.2º 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 #CF9654 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 84 -
CMYK 0 0.28 0.59 0.19
HSL 32.2º 0.56% 0.57% -
HSV(B) 32.2º 0.59% 0.81% -
XYZ 38.24 35.72 13.27 -
YUV 159.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 207 150 84 0 0.28 0.59 0.19 32.2 0.56 0.57
Hex CF 96 54 0 1C 3B 13 20 38 39
Octal 317 226 124 0 34 73 23 40 70 71
Binary 11001111 10010110 1010100 0 11100 111011 10011 100000 111000 111001

Color Harmonies of #CF9654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9654

Black with #CF9654

Text Example


Text Example

White with #CF9654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9654; }

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

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

background-color css

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

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

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

border-color css

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

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

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