Html Css Color HEX #CF9A63 Whiskey Sour

📋 copy color: '#CF9A63'

red 207 ◦ green 154 ◦ blue 99

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

Shades of Whiskey Sour #CF9A63

Tints of Whiskey Sour #CF9A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 45%
G = 33.48%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF9A63 (or 0xCF9A63) is known color: Whiskey Sour. HEX triplet: CF, 9A and 63. RGB value is (207,154,99). Sum of RGB (Red+Green+Blue) = 207+154+99=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A63 is #30659C. Grayscale: #A3A3A3. Windows color (decimal): -3171741 or 6527695. OLE color: 6527695.

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

Color convert

RGB 207 154 99 -
CMYK 0 0.26 0.52 0.19
HSL 30.56º 0.53% 0.6% -
HSV(B) 30.56º 0.52% 0.81% -
XYZ 39.54 37.28 16.92 -
YUV 163.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 207 154 99 0 0.26 0.52 0.19 30.56 0.53 0.6
Hex CF 9A 63 0 1A 34 13 1F 35 3C
Octal 317 232 143 0 32 64 23 37 65 74
Binary 11001111 10011010 1100011 0 11010 110100 10011 11111 110101 111100

Color Harmonies of #CF9A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A63

Black with #CF9A63

Text Example


Text Example

White with #CF9A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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