Html Css Color HEX #CF8A60 Whiskey

📋 copy color: '#CF8A60'

red 207 ◦ green 138 ◦ blue 96

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

Shades of Whiskey #CF8A60

Tints of Whiskey #CF8A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 46.94%
G = 31.29%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF8A60 (or 0xCF8A60) is known color: Whiskey. HEX triplet: CF, 8A and 60. RGB value is (207,138,96). Sum of RGB (Red+Green+Blue) = 207+138+96=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A60 is #30759F. Grayscale: #9A9A9A. Windows color (decimal): -3175840 or 6326991. OLE color: 6326991.

HSL color Cylindrical-coordinate representation of color #CF8A60: hue angle of 22.7º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF8A60 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 96 -
CMYK 0 0.33 0.54 0.19
HSL 22.7º 0.54% 0.59% -
HSV(B) 22.7º 0.54% 0.81% -
XYZ 36.93 32.29 15.35 -
YUV 153.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 207 138 96 0 0.33 0.54 0.19 22.7 0.54 0.59
Hex CF 8A 60 0 21 36 13 17 36 3B
Octal 317 212 140 0 41 66 23 27 66 73
Binary 11001111 10001010 1100000 0 100001 110110 10011 10111 110110 111011

Color Harmonies of #CF8A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A60

Black with #CF8A60

Text Example


Text Example

White with #CF8A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A60; }

 p { color: rgb(207,138,96); }

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

background-color css

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

 a { background-color: rgb(207,138,96); }

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

border-color css

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

 span { border-color: rgb(207,138,96); }

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