Html Css Color HEX #CA8A60 Whiskey

📋 copy color: '#CA8A60'

red 202 ◦ green 138 ◦ blue 96

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

Shades of Whiskey #CA8A60

Tints of Whiskey #CA8A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 46.33%
G = 31.65%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA8A60 (or 0xCA8A60) is known color: Whiskey. HEX triplet: CA, 8A and 60. RGB value is (202,138,96). Sum of RGB (Red+Green+Blue) = 202+138+96=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A60 is #35759F. Grayscale: #989898. Windows color (decimal): -3503520 or 6326986. OLE color: 6326986.

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

Color convert

RGB 202 138 96 -
CMYK 0 0.32 0.52 0.21
HSL 23.77º 0.5% 0.58% -
HSV(B) 23.77º 0.52% 0.79% -
XYZ 35.56 31.58 15.29 -
YUV 152.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 202 138 96 0 0.32 0.52 0.21 23.77 0.5 0.58
Hex CA 8A 60 0 20 34 15 18 32 3A
Octal 312 212 140 0 40 64 25 30 62 72
Binary 11001010 10001010 1100000 0 100000 110100 10101 11000 110010 111010

Color Harmonies of #CA8A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A60

Black with #CA8A60

Text Example


Text Example

White with #CA8A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A60; }

 p { color: rgb(202,138,96); }

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

background-color css

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

 a { background-color: rgb(202,138,96); }

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

border-color css

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

 span { border-color: rgb(202,138,96); }

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