Html Css Color HEX #CA8758 Whiskey Sour

📋 copy color: '#CA8758'

red 202 ◦ green 135 ◦ blue 88

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

Shades of Whiskey Sour #CA8758

Tints of Whiskey Sour #CA8758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 47.53%
G = 31.76%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA8758 (or 0xCA8758) is known color: Whiskey Sour. HEX triplet: CA, 87 and 58. RGB value is (202,135,88). Sum of RGB (Red+Green+Blue) = 202+135+88=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8758 is #3578A7. Grayscale: #959595. Windows color (decimal): -3504296 or 5801930. OLE color: 5801930.

HSL color Cylindrical-coordinate representation of color #CA8758: hue angle of 24.74º 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 #CA8758 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 88 -
CMYK 0 0.33 0.56 0.21
HSL 24.74º 0.52% 0.57% -
HSV(B) 24.74º 0.56% 0.79% -
XYZ 34.78 30.59 13.3 -
YUV 149.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 202 135 88 0 0.33 0.56 0.21 24.74 0.52 0.57
Hex CA 87 58 0 21 38 15 19 34 39
Octal 312 207 130 0 41 70 25 31 64 71
Binary 11001010 10000111 1011000 0 100001 111000 10101 11001 110100 111001

Color Harmonies of #CA8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8758

Black with #CA8758

Text Example


Text Example

White with #CA8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8758; }

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

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

background-color css

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

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

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

border-color css

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

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

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