Html Css Color HEX #CD8B5A Whiskey Sour

📋 copy color: '#CD8B5A'

red 205 ◦ green 139 ◦ blue 90

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

Shades of Whiskey Sour #CD8B5A

Tints of Whiskey Sour #CD8B5A

RGB

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

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

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

R = 47.24%
G = 32.03%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD8B5A (or 0xCD8B5A) is known color: Whiskey Sour. HEX triplet: CD, 8B and 5A. RGB value is (205,139,90). Sum of RGB (Red+Green+Blue) = 205+139+90=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B5A is #3274A5. Grayscale: #999999. Windows color (decimal): -3306662 or 5934029. OLE color: 5934029.

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

Color convert

RGB 205 139 90 -
CMYK 0 0.32 0.56 0.20
HSL 25.57º 0.53% 0.58% -
HSV(B) 25.57º 0.56% 0.8% -
XYZ 36.25 32.18 13.97 -
YUV 153.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 205 139 90 0 0.32 0.56 0.20 25.57 0.53 0.58
Hex CD 8B 5A 0 20 38 14 1A 35 3A
Octal 315 213 132 0 40 70 24 32 65 72
Binary 11001101 10001011 1011010 0 100000 111000 10100 11010 110101 111010

Color Harmonies of #CD8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B5A

Black with #CD8B5A

Text Example


Text Example

White with #CD8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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