Html Css Color HEX #CF975D Whiskey Sour

📋 copy color: '#CF975D'

red 207 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #CF975D

Tints of Whiskey Sour #CF975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 45.9%
G = 33.48%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF975D (or 0xCF975D) is known color: Whiskey Sour. HEX triplet: CF, 97 and 5D. RGB value is (207,151,93). Sum of RGB (Red+Green+Blue) = 207+151+93=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF975D is #3068A2. Grayscale: #A1A1A1. Windows color (decimal): -3172515 or 6133711. OLE color: 6133711.

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

Color convert

RGB 207 151 93 -
CMYK 0 0.27 0.55 0.19
HSL 30.53º 0.54% 0.59% -
HSV(B) 30.53º 0.55% 0.81% -
XYZ 38.77 36.19 15.3 -
YUV 161.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 207 151 93 0 0.27 0.55 0.19 30.53 0.54 0.59
Hex CF 97 5D 0 1B 37 13 1F 36 3B
Octal 317 227 135 0 33 67 23 37 66 73
Binary 11001111 10010111 1011101 0 11011 110111 10011 11111 110110 111011

Color Harmonies of #CF975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF975D

Black with #CF975D

Text Example


Text Example

White with #CF975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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