Html Css Color HEX #CD8C5A Whiskey Sour

📋 copy color: '#CD8C5A'

red 205 ◦ green 140 ◦ blue 90

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

Shades of Whiskey Sour #CD8C5A

Tints of Whiskey Sour #CD8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.18%

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

R = 47.13%
G = 32.18%
B = 20.69%

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

#CD8C5A (or 0xCD8C5A) is known color: Whiskey Sour. HEX triplet: CD, 8C and 5A. RGB value is (205,140,90). Sum of RGB (Red+Green+Blue) = 205+140+90=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C5A is #3273A5. Grayscale: #9A9A9A. Windows color (decimal): -3306406 or 5934285. OLE color: 5934285.

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

Color convert

RGB 205 140 90 -
CMYK 0 0.32 0.56 0.20
HSL 26.09º 0.53% 0.58% -
HSV(B) 26.09º 0.56% 0.8% -
XYZ 36.4 32.47 14.02 -
YUV 153.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 205 140 90 0 0.32 0.56 0.20 26.09 0.53 0.58
Hex CD 8C 5A 0 20 38 14 1A 35 3A
Octal 315 214 132 0 40 70 24 32 65 72
Binary 11001101 10001100 1011010 0 100000 111000 10100 11010 110101 111010

Color Harmonies of #CD8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C5A

Black with #CD8C5A

Text Example


Text Example

White with #CD8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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