#CA936B

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

Shades of Whiskey #CA936B

Tints of Whiskey #CA936B

Color information

#CA936B (or 0xCA936B) is unknown color: approx Whiskey. HEX triplet: CA, 93 and 6B. RGB value is (202,147,107). Sum of RGB (Red+Green+Blue) = 202+147+107=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA936B is #356C94. Grayscale: #9F9F9F. Windows color (decimal): -3501205 or 7050186. OLE color: 7050186.

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

Color convert

RGB202147107-
CMYK00.270.470.21
HSL25.26º47.26%60.59%-
HSV(B)25.26º47.03%79.22%-
XYZ37.4434.4918.59-
YUV158.8998.72158.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 107 (42.19% from 255) = 23.46%
R=44.30%
G=32.24%
B=23.46%

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
Decimal20214710700.270.470.2125.2647.2660.59
HexCA936B01B2F15192f3d
Octal3122231530335725315775
Binary110010101001001111010110110111011111010111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA936B; }

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

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

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

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

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

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

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

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