Html Css Color HEX #CA9460 Whiskey

📋 copy color: '#CA9460'

red 202 ◦ green 148 ◦ blue 96

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

Shades of Whiskey #CA9460

Tints of Whiskey #CA9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 45.29%
G = 33.18%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA9460 (or 0xCA9460) is known color: Whiskey. HEX triplet: CA, 94 and 60. RGB value is (202,148,96). Sum of RGB (Red+Green+Blue) = 202+148+96=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9460 is #356B9F. Grayscale: #9E9E9E. Windows color (decimal): -3500960 or 6329546. OLE color: 6329546.

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

Color convert

RGB 202 148 96 -
CMYK 0 0.27 0.52 0.21
HSL 29.43º 0.5% 0.58% -
HSV(B) 29.43º 0.52% 0.79% -
XYZ 37.06 34.58 15.79 -
YUV 158.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 202 148 96 0 0.27 0.52 0.21 29.43 0.5 0.58
Hex CA 94 60 0 1B 34 15 1D 32 3A
Octal 312 224 140 0 33 64 25 35 62 72
Binary 11001010 10010100 1100000 0 11011 110100 10101 11101 110010 111010

Color Harmonies of #CA9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9460

Black with #CA9460

Text Example


Text Example

White with #CA9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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