#ca8c58

Color #CA8C58 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CA8C58

Tints of Whiskey Sour #CA8C58

Color information

#CA8C58 (or 0xCA8C58) is unknown color: approx Whiskey Sour. HEX triplet: CA, 8C and 58. RGB value is (202,140,88). Sum of RGB (Red+Green+Blue) = 202+140+88=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C58 is #3573A7. Grayscale: #989898. Windows color (decimal): -3503016 or 5803210. OLE color: 5803210.

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

Color convert

RGB20214088-
CMYK00.310.560.21
HSL27.37º51.82%56.86%-
HSV(B)27.37º56.44%79.22%-
XYZ35.532.0213.54-
YUV152.6191.54163.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 88 (34.77% from 255) = 20.47%
R=46.98%
G=32.56%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021408800.310.560.2127.3751.8256.86
HexCA8C5801F38151b3439
Octal3122141300377025336471
Binary110010101000110010110000111111110001010111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8c58; }

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

 H1.HeaderClassName
 {
   color: #ca8c58;
 }
 .AnyTagClassName
 {
   color: #ca8c58;
 }
</style>
background-color css

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

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

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

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

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

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