Html Css Color HEX #CF975F Whiskey Sour

📋 copy color: '#CF975F'

red 207 ◦ green 151 ◦ blue 95

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

Shades of Whiskey Sour #CF975F

Tints of Whiskey Sour #CF975F

RGB

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

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

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

R = 45.7%
G = 33.33%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF975F (or 0xCF975F) is known color: Whiskey Sour. HEX triplet: CF, 97 and 5F. RGB value is (207,151,95). Sum of RGB (Red+Green+Blue) = 207+151+95=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF975F is #3068A0. Grayscale: #A1A1A1. Windows color (decimal): -3172513 or 6264783. OLE color: 6264783.

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

Color convert

RGB 207 151 95 -
CMYK 0 0.27 0.54 0.19
HSL 30º 0.54% 0.59% -
HSV(B) 30º 0.54% 0.81% -
XYZ 38.86 36.22 15.77 -
YUV 161.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 207 151 95 0 0.27 0.54 0.19 30 0.54 0.59
Hex CF 97 5F 0 1B 36 13 1E 36 3B
Octal 317 227 137 0 33 66 23 36 66 73
Binary 11001111 10010111 1011111 0 11011 110110 10011 11110 110110 111011

Color Harmonies of #CF975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF975F

Black with #CF975F

Text Example


Text Example

White with #CF975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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