Html Css Color HEX #CF9061 Whiskey

📋 copy color: '#CF9061'

red 207 ◦ green 144 ◦ blue 97

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

Shades of Whiskey #CF9061

Tints of Whiskey #CF9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.14%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 46.21%
G = 32.14%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF9061 (or 0xCF9061) is known color: Whiskey. HEX triplet: CF, 90 and 61. RGB value is (207,144,97). Sum of RGB (Red+Green+Blue) = 207+144+97=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9061 is #306F9E. Grayscale: #9D9D9D. Windows color (decimal): -3174303 or 6394063. OLE color: 6394063.

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

Color convert

RGB 207 144 97 -
CMYK 0 0.30 0.53 0.19
HSL 25.64º 0.53% 0.6% -
HSV(B) 25.64º 0.53% 0.81% -
XYZ 37.86 34.07 15.89 -
YUV 157.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 207 144 97 0 0.30 0.53 0.19 25.64 0.53 0.6
Hex CF 90 61 0 1E 35 13 1A 35 3C
Octal 317 220 141 0 36 65 23 32 65 74
Binary 11001111 10010000 1100001 0 11110 110101 10011 11010 110101 111100

Color Harmonies of #CF9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9061

Black with #CF9061

Text Example


Text Example

White with #CF9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9061; }

 p { color: rgb(207,144,97); }

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

background-color css

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

 a { background-color: rgb(207,144,97); }

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

border-color css

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

 span { border-color: rgb(207,144,97); }

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