Html Css Color HEX #CF975B Whiskey Sour

📋 copy color: '#CF975B'

red 207 ◦ green 151 ◦ blue 91

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

Shades of Whiskey Sour #CF975B

Tints of Whiskey Sour #CF975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

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

R = 46.1%
G = 33.63%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF975B (or 0xCF975B) is known color: Whiskey Sour. HEX triplet: CF, 97 and 5B. RGB value is (207,151,91). Sum of RGB (Red+Green+Blue) = 207+151+91=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF975B is #3068A4. Grayscale: #A1A1A1. Windows color (decimal): -3172517 or 6002639. OLE color: 6002639.

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

Color convert

RGB 207 151 91 -
CMYK 0 0.27 0.56 0.19
HSL 31.03º 0.55% 0.58% -
HSV(B) 31.03º 0.56% 0.81% -
XYZ 38.69 36.15 14.84 -
YUV 160.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 207 151 91 0 0.27 0.56 0.19 31.03 0.55 0.58
Hex CF 97 5B 0 1B 38 13 1F 37 3A
Octal 317 227 133 0 33 70 23 37 67 72
Binary 11001111 10010111 1011011 0 11011 111000 10011 11111 110111 111010

Color Harmonies of #CF975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF975B

Black with #CF975B

Text Example


Text Example

White with #CF975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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