#CA946B

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

Shades of Whiskey #CA946B

Tints of Whiskey #CA946B

Color information

#CA946B (or 0xCA946B) is unknown color: approx Whiskey. HEX triplet: CA, 94 and 6B. RGB value is (202,148,107). Sum of RGB (Red+Green+Blue) = 202+148+107=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA946B is #356B94. Grayscale: #9F9F9F. Windows color (decimal): -3500949 or 7050442. OLE color: 7050442.

HSL color Cylindrical-coordinate representation of color #CA946B: hue angle of 25.89º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA946B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202148107-
CMYK00.270.470.21
HSL25.89º47.26%60.59%-
HSV(B)25.89º47.03%79.22%-
XYZ37.634.818.64-
YUV159.4798.39158.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=44.20%
G=32.39%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214810700.270.470.2125.8947.2660.59
HexCA946B01B2F151a2f3d
Octal3122241530335725325775
Binary110010101001010011010110110111011111010111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA946B; }

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

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

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

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

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

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

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

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