Html Css Color HEX #CF965E Whiskey Sour

📋 copy color: '#CF965E'

red 207 ◦ green 150 ◦ blue 94

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

Shades of Whiskey Sour #CF965E

Tints of Whiskey Sour #CF965E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 45.9%
G = 33.26%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF965E (or 0xCF965E) is known color: Whiskey Sour. HEX triplet: CF, 96 and 5E. RGB value is (207,150,94). Sum of RGB (Red+Green+Blue) = 207+150+94=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF965E is #3069A1. Grayscale: #A0A0A0. Windows color (decimal): -3172770 or 6198991. OLE color: 6198991.

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

Color convert

RGB 207 150 94 -
CMYK 0 0.28 0.55 0.19
HSL 29.73º 0.54% 0.59% -
HSV(B) 29.73º 0.55% 0.81% -
XYZ 38.66 35.89 15.48 -
YUV 160.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 207 150 94 0 0.28 0.55 0.19 29.73 0.54 0.59
Hex CF 96 5E 0 1C 37 13 1E 36 3B
Octal 317 226 136 0 34 67 23 36 66 73
Binary 11001111 10010110 1011110 0 11100 110111 10011 11110 110110 111011

Color Harmonies of #CF965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF965E

Black with #CF965E

Text Example


Text Example

White with #CF965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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