Html Css Color HEX #CF9356 Whiskey Sour

📋 copy color: '#CF9356'

red 207 ◦ green 147 ◦ blue 86

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

Shades of Whiskey Sour #CF9356

Tints of Whiskey Sour #CF9356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

 BLUE value IS 86 (33.98% from 255) = 19.55%

R = 47.05%
G = 33.41%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF9356 (or 0xCF9356) is known color: Whiskey Sour. HEX triplet: CF, 93 and 56. RGB value is (207,147,86). Sum of RGB (Red+Green+Blue) = 207+147+86=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9356 is #306CA9. Grayscale: #9E9E9E. Windows color (decimal): -3173546 or 5673935. OLE color: 5673935.

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

Color convert

RGB 207 147 86 -
CMYK 0 0.29 0.58 0.19
HSL 30.25º 0.56% 0.57% -
HSV(B) 30.25º 0.58% 0.81% -
XYZ 37.85 34.8 13.53 -
YUV 157.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 207 147 86 0 0.29 0.58 0.19 30.25 0.56 0.57
Hex CF 93 56 0 1D 3A 13 1E 38 39
Octal 317 223 126 0 35 72 23 36 70 71
Binary 11001111 10010011 1010110 0 11101 111010 10011 11110 111000 111001

Color Harmonies of #CF9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9356

Black with #CF9356

Text Example


Text Example

White with #CF9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9356; }

 p { color: rgb(207,147,86); }

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

background-color css

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

 a { background-color: rgb(207,147,86); }

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

border-color css

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

 span { border-color: rgb(207,147,86); }

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