Html Css Color HEX #CD8C5C Whiskey Sour

📋 copy color: '#CD8C5C'

red 205 ◦ green 140 ◦ blue 92

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

Shades of Whiskey Sour #CD8C5C

Tints of Whiskey Sour #CD8C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 46.91%
G = 32.04%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD8C5C (or 0xCD8C5C) is known color: Whiskey Sour. HEX triplet: CD, 8C and 5C. RGB value is (205,140,92). Sum of RGB (Red+Green+Blue) = 205+140+92=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C5C is #3273A3. Grayscale: #9A9A9A. Windows color (decimal): -3306404 or 6065357. OLE color: 6065357.

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

Color convert

RGB 205 140 92 -
CMYK 0 0.32 0.55 0.20
HSL 25.49º 0.53% 0.58% -
HSV(B) 25.49º 0.55% 0.8% -
XYZ 36.49 32.51 14.48 -
YUV 153.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 205 140 92 0 0.32 0.55 0.20 25.49 0.53 0.58
Hex CD 8C 5C 0 20 37 14 19 35 3A
Octal 315 214 134 0 40 67 24 31 65 72
Binary 11001101 10001100 1011100 0 100000 110111 10100 11001 110101 111010

Color Harmonies of #CD8C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C5C

Black with #CD8C5C

Text Example


Text Example

White with #CD8C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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