Html Css Color HEX #CF9655 Whiskey Sour

📋 copy color: '#CF9655'

red 207 ◦ green 150 ◦ blue 85

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

Shades of Whiskey Sour #CF9655

Tints of Whiskey Sour #CF9655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.23%

R = 46.83%
G = 33.94%
B = 19.23%

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

#CF9655 (or 0xCF9655) is known color: Whiskey Sour. HEX triplet: CF, 96 and 55. RGB value is (207,150,85). Sum of RGB (Red+Green+Blue) = 207+150+85=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9655 is #3069AA. Grayscale: #9F9F9F. Windows color (decimal): -3172779 or 5609167. OLE color: 5609167.

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

Color convert

RGB 207 150 85 -
CMYK 0 0.28 0.59 0.19
HSL 31.97º 0.56% 0.57% -
HSV(B) 31.97º 0.59% 0.81% -
XYZ 38.28 35.73 13.47 -
YUV 159.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 207 150 85 0 0.28 0.59 0.19 31.97 0.56 0.57
Hex CF 96 55 0 1C 3B 13 20 38 39
Octal 317 226 125 0 34 73 23 40 70 71
Binary 11001111 10010110 1010101 0 11100 111011 10011 100000 111000 111001

Color Harmonies of #CF9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9655

Black with #CF9655

Text Example


Text Example

White with #CF9655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9655; }

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

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

background-color css

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

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

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

border-color css

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

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

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