Html Css Color HEX #CF965F Whiskey Sour

📋 copy color: '#CF965F'

red 207 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #CF965F

Tints of Whiskey Sour #CF965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.02%

R = 45.8%
G = 33.19%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF965F (or 0xCF965F) is known color: Whiskey Sour. HEX triplet: CF, 96 and 5F. RGB value is (207,150,95). Sum of RGB (Red+Green+Blue) = 207+150+95=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF965F is #3069A0. Grayscale: #A1A1A1. Windows color (decimal): -3172769 or 6264527. OLE color: 6264527.

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

Color convert

RGB 207 150 95 -
CMYK 0 0.28 0.54 0.19
HSL 29.46º 0.54% 0.59% -
HSV(B) 29.46º 0.54% 0.81% -
XYZ 38.7 35.9 15.72 -
YUV 160.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 207 150 95 0 0.28 0.54 0.19 29.46 0.54 0.59
Hex CF 96 5F 0 1C 36 13 1D 36 3B
Octal 317 226 137 0 34 66 23 35 66 73
Binary 11001111 10010110 1011111 0 11100 110110 10011 11101 110110 111011

Color Harmonies of #CF965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF965F

Black with #CF965F

Text Example


Text Example

White with #CF965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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