Html Css Color HEX #CD8A5E Whiskey

📋 copy color: '#CD8A5E'

red 205 ◦ green 138 ◦ blue 94

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

Shades of Whiskey #CD8A5E

Tints of Whiskey #CD8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 46.91%
G = 31.58%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD8A5E (or 0xCD8A5E) is known color: Whiskey. HEX triplet: CD, 8A and 5E. RGB value is (205,138,94). Sum of RGB (Red+Green+Blue) = 205+138+94=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A5E is #3275A1. Grayscale: #999999. Windows color (decimal): -3306914 or 6195917. OLE color: 6195917.

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

Color convert

RGB 205 138 94 -
CMYK 0 0.33 0.54 0.20
HSL 23.78º 0.53% 0.59% -
HSV(B) 23.78º 0.54% 0.8% -
XYZ 36.29 31.96 14.85 -
YUV 153.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 205 138 94 0 0.33 0.54 0.20 23.78 0.53 0.59
Hex CD 8A 5E 0 21 36 14 18 35 3B
Octal 315 212 136 0 41 66 24 30 65 73
Binary 11001101 10001010 1011110 0 100001 110110 10100 11000 110101 111011

Color Harmonies of #CD8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A5E

Black with #CD8A5E

Text Example


Text Example

White with #CD8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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