Html Css Color HEX #CF9755 Whiskey Sour

📋 copy color: '#CF9755'

red 207 ◦ green 151 ◦ blue 85

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

Shades of Whiskey Sour #CF9755

Tints of Whiskey Sour #CF9755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 46.73%
G = 34.09%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF9755 (or 0xCF9755) is known color: Whiskey Sour. HEX triplet: CF, 97 and 55. RGB value is (207,151,85). Sum of RGB (Red+Green+Blue) = 207+151+85=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9755 is #3068AA. Grayscale: #A0A0A0. Windows color (decimal): -3172523 or 5609423. OLE color: 5609423.

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

Color convert

RGB 207 151 85 -
CMYK 0 0.27 0.59 0.19
HSL 32.46º 0.56% 0.57% -
HSV(B) 32.46º 0.59% 0.81% -
XYZ 38.44 36.05 13.53 -
YUV 160.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 207 151 85 0 0.27 0.59 0.19 32.46 0.56 0.57
Hex CF 97 55 0 1B 3B 13 20 38 39
Octal 317 227 125 0 33 73 23 40 70 71
Binary 11001111 10010111 1010101 0 11011 111011 10011 100000 111000 111001

Color Harmonies of #CF9755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9755

Black with #CF9755

Text Example


Text Example

White with #CF9755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9755; }

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

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

background-color css

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

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

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

border-color css

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

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

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