Html Css Color HEX #CF9663 Whiskey

📋 copy color: '#CF9663'

red 207 ◦ green 150 ◦ blue 99

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

Shades of Whiskey #CF9663

Tints of Whiskey #CF9663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

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

R = 45.39%
G = 32.89%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF9663 (or 0xCF9663) is known color: Whiskey. HEX triplet: CF, 96 and 63. RGB value is (207,150,99). Sum of RGB (Red+Green+Blue) = 207+150+99=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9663 is #30699C. Grayscale: #A1A1A1. Windows color (decimal): -3172765 or 6526671. OLE color: 6526671.

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

Color convert

RGB 207 150 99 -
CMYK 0 0.28 0.52 0.19
HSL 28.33º 0.53% 0.6% -
HSV(B) 28.33º 0.52% 0.81% -
XYZ 38.89 35.98 16.7 -
YUV 161.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 207 150 99 0 0.28 0.52 0.19 28.33 0.53 0.6
Hex CF 96 63 0 1C 34 13 1C 35 3C
Octal 317 226 143 0 34 64 23 34 65 74
Binary 11001111 10010110 1100011 0 11100 110100 10011 11100 110101 111100

Color Harmonies of #CF9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9663

Black with #CF9663

Text Example


Text Example

White with #CF9663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9663; }

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

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

background-color css

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

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

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

border-color css

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

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

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