Html Css Color HEX #CA8756 Whiskey Sour

📋 copy color: '#CA8756'

red 202 ◦ green 135 ◦ blue 86

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

Shades of Whiskey Sour #CA8756

Tints of Whiskey Sour #CA8756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 47.75%
G = 31.91%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA8756 (or 0xCA8756) is known color: Whiskey Sour. HEX triplet: CA, 87 and 56. RGB value is (202,135,86). Sum of RGB (Red+Green+Blue) = 202+135+86=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8756 is #3578A9. Grayscale: #959595. Windows color (decimal): -3504298 or 5670858. OLE color: 5670858.

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

Color convert

RGB 202 135 86 -
CMYK 0 0.33 0.57 0.21
HSL 25.34º 0.52% 0.56% -
HSV(B) 25.34º 0.57% 0.79% -
XYZ 34.7 30.56 12.87 -
YUV 149.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 202 135 86 0 0.33 0.57 0.21 25.34 0.52 0.56
Hex CA 87 56 0 21 39 15 19 34 38
Octal 312 207 126 0 41 71 25 31 64 70
Binary 11001010 10000111 1010110 0 100001 111001 10101 11001 110100 111000

Color Harmonies of #CA8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8756

Black with #CA8756

Text Example


Text Example

White with #CA8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8756; }

 p { color: rgb(202,135,86); }

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

background-color css

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

 a { background-color: rgb(202,135,86); }

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

border-color css

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

 span { border-color: rgb(202,135,86); }

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