Html Css Color HEX #CA8D5C Whiskey Sour

📋 copy color: '#CA8D5C'

red 202 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #CA8D5C

Tints of Whiskey Sour #CA8D5C

RGB

 RED value IS 202 (79.3% from 255) = 46.44%

 GREEN value IS 141 (55.47% from 255) = 32.41%

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

R = 46.44%
G = 32.41%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA8D5C (or 0xCA8D5C) is known color: Whiskey Sour. HEX triplet: CA, 8D and 5C. RGB value is (202,141,92). Sum of RGB (Red+Green+Blue) = 202+141+92=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D5C is #3572A3. Grayscale: #999999. Windows color (decimal): -3502756 or 6065610. OLE color: 6065610.

HSL color Cylindrical-coordinate representation of color #CA8D5C: hue angle of 26.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA8D5C is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 92 -
CMYK 0 0.30 0.54 0.21
HSL 26.73º 0.51% 0.58% -
HSV(B) 26.73º 0.54% 0.79% -
XYZ 35.81 32.38 14.49 -
YUV 153.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 202 141 92 0 0.30 0.54 0.21 26.73 0.51 0.58
Hex CA 8D 5C 0 1E 36 15 1B 33 3A
Octal 312 215 134 0 36 66 25 33 63 72
Binary 11001010 10001101 1011100 0 11110 110110 10101 11011 110011 111010

Color Harmonies of #CA8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D5C

Black with #CA8D5C

Text Example


Text Example

White with #CA8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D5C; }

 p { color: rgb(202,141,92); }

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

background-color css

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

 a { background-color: rgb(202,141,92); }

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

border-color css

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

 span { border-color: rgb(202,141,92); }

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