Html Css Color HEX #CF9A5E Whiskey Sour

📋 copy color: '#CF9A5E'

red 207 ◦ green 154 ◦ blue 94

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

Shades of Whiskey Sour #CF9A5E

Tints of Whiskey Sour #CF9A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.85%

 BLUE value IS 94 (37.11% from 255) = 20.66%

R = 45.49%
G = 33.85%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF9A5E (or 0xCF9A5E) is known color: Whiskey Sour. HEX triplet: CF, 9A and 5E. RGB value is (207,154,94). Sum of RGB (Red+Green+Blue) = 207+154+94=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A5E is #3065A1. Grayscale: #A3A3A3. Windows color (decimal): -3171746 or 6200015. OLE color: 6200015.

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

Color convert

RGB 207 154 94 -
CMYK 0 0.26 0.55 0.19
HSL 31.86º 0.54% 0.59% -
HSV(B) 31.86º 0.55% 0.81% -
XYZ 39.31 37.18 15.7 -
YUV 163.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 207 154 94 0 0.26 0.55 0.19 31.86 0.54 0.59
Hex CF 9A 5E 0 1A 37 13 20 36 3B
Octal 317 232 136 0 32 67 23 40 66 73
Binary 11001111 10011010 1011110 0 11010 110111 10011 100000 110110 111011

Color Harmonies of #CF9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A5E

Black with #CF9A5E

Text Example


Text Example

White with #CF9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A5E; }

 p { color: rgb(207,154,94); }

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

background-color css

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

 a { background-color: rgb(207,154,94); }

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

border-color css

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

 span { border-color: rgb(207,154,94); }

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