Html Css Color HEX #CD8E5C Whiskey Sour

📋 copy color: '#CD8E5C'

red 205 ◦ green 142 ◦ blue 92

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

Shades of Whiskey Sour #CD8E5C

Tints of Whiskey Sour #CD8E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

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

R = 46.7%
G = 32.35%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD8E5C (or 0xCD8E5C) is known color: Whiskey Sour. HEX triplet: CD, 8E and 5C. RGB value is (205,142,92). Sum of RGB (Red+Green+Blue) = 205+142+92=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E5C is #3271A3. Grayscale: #9B9B9B. Windows color (decimal): -3305892 or 6065869. OLE color: 6065869.

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

Color convert

RGB 205 142 92 -
CMYK 0 0.31 0.55 0.20
HSL 26.55º 0.53% 0.58% -
HSV(B) 26.55º 0.55% 0.8% -
XYZ 36.78 33.1 14.58 -
YUV 155.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 205 142 92 0 0.31 0.55 0.20 26.55 0.53 0.58
Hex CD 8E 5C 0 1F 37 14 1B 35 3A
Octal 315 216 134 0 37 67 24 33 65 72
Binary 11001101 10001110 1011100 0 11111 110111 10100 11011 110101 111010

Color Harmonies of #CD8E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8E5C

Black with #CD8E5C

Text Example


Text Example

White with #CD8E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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