Html Css Color HEX #CF895F Whiskey

📋 copy color: '#CF895F'

red 207 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #CF895F

Tints of Whiskey #CF895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

 BLUE value IS 95 (37.5% from 255) = 21.64%

R = 47.15%
G = 31.21%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF895F (or 0xCF895F) is known color: Whiskey. HEX triplet: CF, 89 and 5F. RGB value is (207,137,95). Sum of RGB (Red+Green+Blue) = 207+137+95=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF895F is #3076A0. Grayscale: #999999. Windows color (decimal): -3176097 or 6261199. OLE color: 6261199.

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

Color convert

RGB 207 137 95 -
CMYK 0 0.34 0.54 0.19
HSL 22.5º 0.54% 0.59% -
HSV(B) 22.5º 0.54% 0.81% -
XYZ 36.74 31.98 15.06 -
YUV 153.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 207 137 95 0 0.34 0.54 0.19 22.5 0.54 0.59
Hex CF 89 5F 0 22 36 13 16 36 3B
Octal 317 211 137 0 42 66 23 26 66 73
Binary 11001111 10001001 1011111 0 100010 110110 10011 10110 110110 111011

Color Harmonies of #CF895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF895F

Black with #CF895F

Text Example


Text Example

White with #CF895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF895F; }

 p { color: rgb(207,137,95); }

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

background-color css

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

 a { background-color: rgb(207,137,95); }

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

border-color css

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

 span { border-color: rgb(207,137,95); }

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