Html Css Color HEX #CF9763 Whiskey

📋 copy color: '#CF9763'

red 207 ◦ green 151 ◦ blue 99

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

Shades of Whiskey #CF9763

Tints of Whiskey #CF9763

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.04%

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

R = 45.3%
G = 33.04%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF9763 (or 0xCF9763) is known color: Whiskey. HEX triplet: CF, 97 and 63. RGB value is (207,151,99). Sum of RGB (Red+Green+Blue) = 207+151+99=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9763 is #30689C. Grayscale: #A2A2A2. Windows color (decimal): -3172509 or 6526927. OLE color: 6526927.

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

Color convert

RGB 207 151 99 -
CMYK 0 0.27 0.52 0.19
HSL 28.89º 0.53% 0.6% -
HSV(B) 28.89º 0.52% 0.81% -
XYZ 39.05 36.3 16.75 -
YUV 161.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 207 151 99 0 0.27 0.52 0.19 28.89 0.53 0.6
Hex CF 97 63 0 1B 34 13 1D 35 3C
Octal 317 227 143 0 33 64 23 35 65 74
Binary 11001111 10010111 1100011 0 11011 110100 10011 11101 110101 111100

Color Harmonies of #CF9763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9763

Black with #CF9763

Text Example


Text Example

White with #CF9763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9763; }

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

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

background-color css

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

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

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

border-color css

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

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

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