Html Css Color HEX #CF895D Whiskey

📋 copy color: '#CF895D'

red 207 ◦ green 137 ◦ blue 93

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

Shades of Whiskey #CF895D

Tints of Whiskey #CF895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.28%

R = 47.37%
G = 31.35%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF895D (or 0xCF895D) is known color: Whiskey. HEX triplet: CF, 89 and 5D. RGB value is (207,137,93). Sum of RGB (Red+Green+Blue) = 207+137+93=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF895D is #3076A2. Grayscale: #999999. Windows color (decimal): -3176099 or 6130127. OLE color: 6130127.

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

Color convert

RGB 207 137 93 -
CMYK 0 0.34 0.55 0.19
HSL 23.16º 0.54% 0.59% -
HSV(B) 23.16º 0.55% 0.81% -
XYZ 36.65 31.95 14.59 -
YUV 152.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 207 137 93 0 0.34 0.55 0.19 23.16 0.54 0.59
Hex CF 89 5D 0 22 37 13 17 36 3B
Octal 317 211 135 0 42 67 23 27 66 73
Binary 11001111 10001001 1011101 0 100010 110111 10011 10111 110110 111011

Color Harmonies of #CF895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF895D

Black with #CF895D

Text Example


Text Example

White with #CF895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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