Html Css Color HEX #CF9C62 Whiskey Sour

📋 copy color: '#CF9C62'

red 207 ◦ green 156 ◦ blue 98

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

Shades of Whiskey Sour #CF9C62

Tints of Whiskey Sour #CF9C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 44.9%
G = 33.84%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF9C62 (or 0xCF9C62) is known color: Whiskey Sour. HEX triplet: CF, 9C and 62. RGB value is (207,156,98). Sum of RGB (Red+Green+Blue) = 207+156+98=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C62 is #30639D. Grayscale: #A4A4A4. Windows color (decimal): -3171230 or 6462671. OLE color: 6462671.

HSL color Cylindrical-coordinate representation of color #CF9C62: hue angle of 31.93º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF9C62 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 156 98 -
CMYK 0 0.25 0.53 0.19
HSL 31.93º 0.53% 0.6% -
HSV(B) 31.93º 0.53% 0.81% -
XYZ 39.83 37.92 16.78 -
YUV 164.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 207 156 98 0 0.25 0.53 0.19 31.93 0.53 0.6
Hex CF 9C 62 0 19 35 13 20 35 3C
Octal 317 234 142 0 31 65 23 40 65 74
Binary 11001111 10011100 1100010 0 11001 110101 10011 100000 110101 111100

Color Harmonies of #CF9C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C62

Black with #CF9C62

Text Example


Text Example

White with #CF9C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C62; }

 p { color: rgb(207,156,98); }

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

background-color css

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

 a { background-color: rgb(207,156,98); }

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

border-color css

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

 span { border-color: rgb(207,156,98); }

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