Html Css Color HEX #CF9461 Whiskey

📋 copy color: '#CF9461'

red 207 ◦ green 148 ◦ blue 97

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

Shades of Whiskey #CF9461

Tints of Whiskey #CF9461

RGB

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

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

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

R = 45.8%
G = 32.74%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF9461 (or 0xCF9461) is known color: Whiskey. HEX triplet: CF, 94 and 61. RGB value is (207,148,97). Sum of RGB (Red+Green+Blue) = 207+148+97=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9461 is #306B9E. Grayscale: #A0A0A0. Windows color (decimal): -3173279 or 6395087. OLE color: 6395087.

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

Color convert

RGB 207 148 97 -
CMYK 0 0.29 0.53 0.19
HSL 27.82º 0.53% 0.6% -
HSV(B) 27.82º 0.53% 0.81% -
XYZ 38.48 35.31 16.1 -
YUV 159.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 207 148 97 0 0.29 0.53 0.19 27.82 0.53 0.6
Hex CF 94 61 0 1D 35 13 1C 35 3C
Octal 317 224 141 0 35 65 23 34 65 74
Binary 11001111 10010100 1100001 0 11101 110101 10011 11100 110101 111100

Color Harmonies of #CF9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9461

Black with #CF9461

Text Example


Text Example

White with #CF9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9461; }

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

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

background-color css

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

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

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

border-color css

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

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

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