Html Css Color HEX #CA8754 Whiskey Sour

📋 copy color: '#CA8754'

red 202 ◦ green 135 ◦ blue 84

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

Shades of Whiskey Sour #CA8754

Tints of Whiskey Sour #CA8754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.95%

R = 47.98%
G = 32.07%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA8754 (or 0xCA8754) is known color: Whiskey Sour. HEX triplet: CA, 87 and 54. RGB value is (202,135,84). Sum of RGB (Red+Green+Blue) = 202+135+84=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8754 is #3578AB. Grayscale: #959595. Windows color (decimal): -3504300 or 5539786. OLE color: 5539786.

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

Color convert

RGB 202 135 84 -
CMYK 0 0.33 0.58 0.21
HSL 25.93º 0.53% 0.56% -
HSV(B) 25.93º 0.58% 0.79% -
XYZ 34.62 30.52 12.45 -
YUV 149.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 202 135 84 0 0.33 0.58 0.21 25.93 0.53 0.56
Hex CA 87 54 0 21 3A 15 1A 35 38
Octal 312 207 124 0 41 72 25 32 65 70
Binary 11001010 10000111 1010100 0 100001 111010 10101 11010 110101 111000

Color Harmonies of #CA8754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8754

Black with #CA8754

Text Example


Text Example

White with #CA8754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8754; }

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

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

background-color css

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

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

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

border-color css

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

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

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