Html Css Color HEX #CF965B Whiskey Sour

📋 copy color: '#CF965B'

red 207 ◦ green 150 ◦ blue 91

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

Shades of Whiskey Sour #CF965B

Tints of Whiskey Sour #CF965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 46.21%
G = 33.48%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF965B (or 0xCF965B) is known color: Whiskey Sour. HEX triplet: CF, 96 and 5B. RGB value is (207,150,91). Sum of RGB (Red+Green+Blue) = 207+150+91=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF965B is #3069A4. Grayscale: #A0A0A0. Windows color (decimal): -3172773 or 6002383. OLE color: 6002383.

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

Color convert

RGB 207 150 91 -
CMYK 0 0.28 0.56 0.19
HSL 30.52º 0.55% 0.58% -
HSV(B) 30.52º 0.56% 0.81% -
XYZ 38.53 35.83 14.78 -
YUV 160.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 207 150 91 0 0.28 0.56 0.19 30.52 0.55 0.58
Hex CF 96 5B 0 1C 38 13 1F 37 3A
Octal 317 226 133 0 34 70 23 37 67 72
Binary 11001111 10010110 1011011 0 11100 111000 10011 11111 110111 111010

Color Harmonies of #CF965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF965B

Black with #CF965B

Text Example


Text Example

White with #CF965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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