Html Css Color HEX #CA8C5F Whiskey

📋 copy color: '#CA8C5F'

red 202 ◦ green 140 ◦ blue 95

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

Shades of Whiskey #CA8C5F

Tints of Whiskey #CA8C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 46.22%
G = 32.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA8C5F (or 0xCA8C5F) is known color: Whiskey. HEX triplet: CA, 8C and 5F. RGB value is (202,140,95). Sum of RGB (Red+Green+Blue) = 202+140+95=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C5F is #3573A0. Grayscale: #999999. Windows color (decimal): -3503009 or 6261962. OLE color: 6261962.

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

Color convert

RGB 202 140 95 -
CMYK 0 0.31 0.53 0.21
HSL 25.23º 0.5% 0.58% -
HSV(B) 25.23º 0.53% 0.79% -
XYZ 35.8 32.14 15.14 -
YUV 153.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 202 140 95 0 0.31 0.53 0.21 25.23 0.5 0.58
Hex CA 8C 5F 0 1F 35 15 19 32 3A
Octal 312 214 137 0 37 65 25 31 62 72
Binary 11001010 10001100 1011111 0 11111 110101 10101 11001 110010 111010

Color Harmonies of #CA8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C5F

Black with #CA8C5F

Text Example


Text Example

White with #CA8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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