Html Css Color HEX #CF9466 Whiskey

📋 copy color: '#CF9466'

red 207 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #CF9466

Tints of Whiskey #CF9466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 45.3%
G = 32.39%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF9466 (or 0xCF9466) is known color: Whiskey. HEX triplet: CF, 94 and 66. RGB value is (207,148,102). Sum of RGB (Red+Green+Blue) = 207+148+102=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9466 is #306B99. Grayscale: #A0A0A0. Windows color (decimal): -3173274 or 6722767. OLE color: 6722767.

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

Color convert

RGB 207 148 102 -
CMYK 0 0.29 0.51 0.19
HSL 26.29º 0.52% 0.61% -
HSV(B) 26.29º 0.51% 0.81% -
XYZ 38.72 35.4 17.36 -
YUV 160.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 207 148 102 0 0.29 0.51 0.19 26.29 0.52 0.61
Hex CF 94 66 0 1D 33 13 1A 34 3D
Octal 317 224 146 0 35 63 23 32 64 75
Binary 11001111 10010100 1100110 0 11101 110011 10011 11010 110100 111101

Color Harmonies of #CF9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9466

Black with #CF9466

Text Example


Text Example

White with #CF9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9466; }

 p { color: rgb(207,148,102); }

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

background-color css

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

 a { background-color: rgb(207,148,102); }

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

border-color css

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

 span { border-color: rgb(207,148,102); }

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