Html Css Color HEX #CF9A6C Whiskey

📋 copy color: '#CF9A6C'

red 207 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #CF9A6C

Tints of Whiskey #CF9A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 44.14%
G = 32.84%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF9A6C (or 0xCF9A6C) is known color: Whiskey. HEX triplet: CF, 9A and 6C. RGB value is (207,154,108). Sum of RGB (Red+Green+Blue) = 207+154+108=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A6C is #306593. Grayscale: #A4A4A4. Windows color (decimal): -3171732 or 7117519. OLE color: 7117519.

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

Color convert

RGB 207 154 108 -
CMYK 0 0.26 0.48 0.19
HSL 27.88º 0.51% 0.62% -
HSV(B) 27.88º 0.48% 0.81% -
XYZ 39.99 37.46 19.31 -
YUV 164.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 207 154 108 0 0.26 0.48 0.19 27.88 0.51 0.62
Hex CF 9A 6C 0 1A 30 13 1C 33 3E
Octal 317 232 154 0 32 60 23 34 63 76
Binary 11001111 10011010 1101100 0 11010 110000 10011 11100 110011 111110

Color Harmonies of #CF9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A6C

Black with #CF9A6C

Text Example


Text Example

White with #CF9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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