Html Css Color HEX #CA8F59 Whiskey Sour

📋 copy color: '#CA8F59'

red 202 ◦ green 143 ◦ blue 89

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

Shades of Whiskey Sour #CA8F59

Tints of Whiskey Sour #CA8F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

 BLUE value IS 89 (35.16% from 255) = 20.51%

R = 46.54%
G = 32.95%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA8F59 (or 0xCA8F59) is known color: Whiskey Sour. HEX triplet: CA, 8F and 59. RGB value is (202,143,89). Sum of RGB (Red+Green+Blue) = 202+143+89=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F59 is #3570A6. Grayscale: #9A9A9A. Windows color (decimal): -3502247 or 5869514. OLE color: 5869514.

HSL color Cylindrical-coordinate representation of color #CA8F59: hue angle of 28.67º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA8F59 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 89 -
CMYK 0 0.29 0.56 0.21
HSL 28.67º 0.52% 0.57% -
HSV(B) 28.67º 0.56% 0.79% -
XYZ 35.98 32.92 13.91 -
YUV 154.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 202 143 89 0 0.29 0.56 0.21 28.67 0.52 0.57
Hex CA 8F 59 0 1D 38 15 1D 34 39
Octal 312 217 131 0 35 70 25 35 64 71
Binary 11001010 10001111 1011001 0 11101 111000 10101 11101 110100 111001

Color Harmonies of #CA8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F59

Black with #CA8F59

Text Example


Text Example

White with #CA8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F59; }

 p { color: rgb(202,143,89); }

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

background-color css

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

 a { background-color: rgb(202,143,89); }

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

border-color css

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

 span { border-color: rgb(202,143,89); }

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