Html Css Color HEX #CF8C5D Whiskey

📋 copy color: '#CF8C5D'

red 207 ◦ green 140 ◦ blue 93

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

Shades of Whiskey #CF8C5D

Tints of Whiskey #CF8C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 47.05%
G = 31.82%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF8C5D (or 0xCF8C5D) is known color: Whiskey. HEX triplet: CF, 8C and 5D. RGB value is (207,140,93). Sum of RGB (Red+Green+Blue) = 207+140+93=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C5D is #3073A2. Grayscale: #9A9A9A. Windows color (decimal): -3175331 or 6130895. OLE color: 6130895.

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

Color convert

RGB 207 140 93 -
CMYK 0 0.32 0.55 0.19
HSL 24.74º 0.54% 0.59% -
HSV(B) 24.74º 0.55% 0.81% -
XYZ 37.09 32.81 14.73 -
YUV 154.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 207 140 93 0 0.32 0.55 0.19 24.74 0.54 0.59
Hex CF 8C 5D 0 20 37 13 19 36 3B
Octal 317 214 135 0 40 67 23 31 66 73
Binary 11001111 10001100 1011101 0 100000 110111 10011 11001 110110 111011

Color Harmonies of #CF8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C5D

Black with #CF8C5D

Text Example


Text Example

White with #CF8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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