Html Css Color HEX #CD8B5E Whiskey

📋 copy color: '#CD8B5E'

red 205 ◦ green 139 ◦ blue 94

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

Shades of Whiskey #CD8B5E

Tints of Whiskey #CD8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 46.8%
G = 31.74%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD8B5E (or 0xCD8B5E) is known color: Whiskey. HEX triplet: CD, 8B and 5E. RGB value is (205,139,94). Sum of RGB (Red+Green+Blue) = 205+139+94=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B5E is #3274A1. Grayscale: #999999. Windows color (decimal): -3306658 or 6196173. OLE color: 6196173.

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

Color convert

RGB 205 139 94 -
CMYK 0 0.32 0.54 0.20
HSL 24.32º 0.53% 0.59% -
HSV(B) 24.32º 0.54% 0.8% -
XYZ 36.43 32.25 14.89 -
YUV 153.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 205 139 94 0 0.32 0.54 0.20 24.32 0.53 0.59
Hex CD 8B 5E 0 20 36 14 18 35 3B
Octal 315 213 136 0 40 66 24 30 65 73
Binary 11001101 10001011 1011110 0 100000 110110 10100 11000 110101 111011

Color Harmonies of #CD8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B5E

Black with #CD8B5E

Text Example


Text Example

White with #CD8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B5E; }

 p { color: rgb(205,139,94); }

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

background-color css

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

 a { background-color: rgb(205,139,94); }

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

border-color css

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

 span { border-color: rgb(205,139,94); }

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