Html Css Color HEX #CA8C58 Whiskey Sour

📋 copy color: '#CA8C58'

red 202 ◦ green 140 ◦ blue 88

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

Shades of Whiskey Sour #CA8C58

Tints of Whiskey Sour #CA8C58

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA8C58 (or 0xCA8C58) is known color: 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

RGB 202 140 88 -
CMYK 0 0.31 0.56 0.21
HSL 27.37º 0.52% 0.57% -
HSV(B) 27.37º 0.56% 0.79% -
XYZ 35.5 32.02 13.54 -
YUV 152.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 202 140 88 0 0.31 0.56 0.21 27.37 0.52 0.57
Hex CA 8C 58 0 1F 38 15 1B 34 39
Octal 312 214 130 0 37 70 25 33 64 71
Binary 11001010 10001100 1011000 0 11111 111000 10101 11011 110100 111001

Color Harmonies of #CA8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C58

Black with #CA8C58

Text Example


Text Example

White with #CA8C58

Text Example


Text Example

HTML Codes & Css Web 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>