Html Css Color HEX #CD8D5D Whiskey

📋 copy color: '#CD8D5D'

red 205 ◦ green 141 ◦ blue 93

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

Shades of Whiskey #CD8D5D

Tints of Whiskey #CD8D5D

RGB

 RED value IS 205 (80.47% from 255) = 46.7%

 GREEN value IS 141 (55.47% from 255) = 32.12%

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

R = 46.7%
G = 32.12%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD8D5D (or 0xCD8D5D) is known color: Whiskey. HEX triplet: CD, 8D and 5D. RGB value is (205,141,93). Sum of RGB (Red+Green+Blue) = 205+141+93=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D5D is #3272A2. Grayscale: #9A9A9A. Windows color (decimal): -3306147 or 6131149. OLE color: 6131149.

HSL color Cylindrical-coordinate representation of color #CD8D5D: hue angle of 25.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD8D5D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 141 93 -
CMYK 0 0.31 0.55 0.20
HSL 25.71º 0.53% 0.58% -
HSV(B) 25.71º 0.55% 0.8% -
XYZ 36.68 32.82 14.76 -
YUV 154.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 205 141 93 0 0.31 0.55 0.20 25.71 0.53 0.58
Hex CD 8D 5D 0 1F 37 14 1A 35 3A
Octal 315 215 135 0 37 67 24 32 65 72
Binary 11001101 10001101 1011101 0 11111 110111 10100 11010 110101 111010

Color Harmonies of #CD8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D5D

Black with #CD8D5D

Text Example


Text Example

White with #CD8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D5D; }

 p { color: rgb(205,141,93); }

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

background-color css

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

 a { background-color: rgb(205,141,93); }

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

border-color css

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

 span { border-color: rgb(205,141,93); }

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