Html Css Color HEX #CF9A6D Whiskey

📋 copy color: '#CF9A6D'

red 207 ◦ green 154 ◦ blue 109

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

Shades of Whiskey #CF9A6D

Tints of Whiskey #CF9A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 44.04%
G = 32.77%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF9A6D (or 0xCF9A6D) is known color: Whiskey. HEX triplet: CF, 9A and 6D. RGB value is (207,154,109). Sum of RGB (Red+Green+Blue) = 207+154+109=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A6D is #306592. Grayscale: #A4A4A4. Windows color (decimal): -3171731 or 7183055. OLE color: 7183055.

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

Color convert

RGB 207 154 109 -
CMYK 0 0.26 0.47 0.19
HSL 27.55º 0.51% 0.62% -
HSV(B) 27.55º 0.47% 0.81% -
XYZ 40.05 37.48 19.59 -
YUV 164.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 207 154 109 0 0.26 0.47 0.19 27.55 0.51 0.62
Hex CF 9A 6D 0 1A 2F 13 1C 33 3E
Octal 317 232 155 0 32 57 23 34 63 76
Binary 11001111 10011010 1101101 0 11010 101111 10011 11100 110011 111110

Color Harmonies of #CF9A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A6D

Black with #CF9A6D

Text Example


Text Example

White with #CF9A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A6D; }

 p { color: rgb(207,154,109); }

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

background-color css

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

 a { background-color: rgb(207,154,109); }

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

border-color css

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

 span { border-color: rgb(207,154,109); }

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