Html Css Color HEX #CF9554 Whiskey Sour

📋 copy color: '#CF9554'

red 207 ◦ green 149 ◦ blue 84

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

Shades of Whiskey Sour #CF9554

Tints of Whiskey Sour #CF9554

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

 BLUE value IS 84 (33.2% from 255) = 19.09%

R = 47.05%
G = 33.86%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF9554 (or 0xCF9554) is known color: Whiskey Sour. HEX triplet: CF, 95 and 54. RGB value is (207,149,84). Sum of RGB (Red+Green+Blue) = 207+149+84=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9554 is #306AAB. Grayscale: #9F9F9F. Windows color (decimal): -3173036 or 5543375. OLE color: 5543375.

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

Color convert

RGB 207 149 84 -
CMYK 0 0.28 0.59 0.19
HSL 31.71º 0.56% 0.57% -
HSV(B) 31.71º 0.59% 0.81% -
XYZ 38.08 35.4 13.21 -
YUV 158.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 207 149 84 0 0.28 0.59 0.19 31.71 0.56 0.57
Hex CF 95 54 0 1C 3B 13 20 38 39
Octal 317 225 124 0 34 73 23 40 70 71
Binary 11001111 10010101 1010100 0 11100 111011 10011 100000 111000 111001

Color Harmonies of #CF9554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9554

Black with #CF9554

Text Example


Text Example

White with #CF9554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9554; }

 p { color: rgb(207,149,84); }

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

background-color css

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

 a { background-color: rgb(207,149,84); }

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

border-color css

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

 span { border-color: rgb(207,149,84); }

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