Html Css Color HEX #CD8F5A Whiskey Sour

📋 copy color: '#CD8F5A'

red 205 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #CD8F5A

Tints of Whiskey Sour #CD8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 46.8%
G = 32.65%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD8F5A (or 0xCD8F5A) is known color: Whiskey Sour. HEX triplet: CD, 8F and 5A. RGB value is (205,143,90). Sum of RGB (Red+Green+Blue) = 205+143+90=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F5A is #3270A5. Grayscale: #9B9B9B. Windows color (decimal): -3305638 or 5935053. OLE color: 5935053.

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

Color convert

RGB 205 143 90 -
CMYK 0 0.30 0.56 0.20
HSL 27.65º 0.53% 0.58% -
HSV(B) 27.65º 0.56% 0.8% -
XYZ 36.84 33.36 14.17 -
YUV 155.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 205 143 90 0 0.30 0.56 0.20 27.65 0.53 0.58
Hex CD 8F 5A 0 1E 38 14 1C 35 3A
Octal 315 217 132 0 36 70 24 34 65 72
Binary 11001101 10001111 1011010 0 11110 111000 10100 11100 110101 111010

Color Harmonies of #CD8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F5A

Black with #CD8F5A

Text Example


Text Example

White with #CD8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F5A; }

 p { color: rgb(205,143,90); }

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

background-color css

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

 a { background-color: rgb(205,143,90); }

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

border-color css

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

 span { border-color: rgb(205,143,90); }

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